diff options
| author | Anthony Hilyard <anthony.hilyard@gmail.com> | 2021-12-31 15:22:21 -0800 |
|---|---|---|
| committer | Anthony Hilyard <anthony.hilyard@gmail.com> | 2021-12-31 15:22:21 -0800 |
| commit | 2c50ee296e0daf85e6a087865b1d04bcebcbf565 (patch) | |
| tree | 1d6976b1f08d7757b17d257220b33a2963e117fd /src/main/resources | |
| parent | 62d310bf8b3e559882d864f47de7828ea464d307 (diff) | |
| download | Iceberg-2c50ee296e0daf85e6a087865b1d04bcebcbf565.tar.gz Iceberg-2c50ee296e0daf85e6a087865b1d04bcebcbf565.tar.bz2 Iceberg-2c50ee296e0daf85e6a087865b1d04bcebcbf565.zip | |
Ported 1.0.28 and 1.0.29 update.
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)" } |
