diff options
Diffstat (limited to 'src/main/resources')
| -rw-r--r-- | src/main/resources/iceberg.mixins.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/main/resources/iceberg.mixins.json b/src/main/resources/iceberg.mixins.json index 758fce2..ed2f38f 100644 --- a/src/main/resources/iceberg.mixins.json +++ b/src/main/resources/iceberg.mixins.json @@ -1,7 +1,7 @@ { "required": true, "package": "com.anthonyhilyard.iceberg.mixin", - "compatibilityLevel": "JAVA_16", + "compatibilityLevel": "JAVA_17", "verbose": true, "mixins": [ "EntityMixin", @@ -16,6 +16,6 @@ "injectors": { "defaultRequire": 1 }, - "minVersion": "0.8.2", + "minVersion": "0.8.4", "target": "@env(DEFAULT)" } |
