Skip to content

Commit

Permalink
Kotlin 1.9.22
Browse files Browse the repository at this point in the history
  • Loading branch information
Treetrain1 committed Dec 31, 2023
1 parent a608a70 commit 80aea6a
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 13 deletions.
6 changes: 2 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,5 @@ Make sure to clear after release
Put changelog here:

-----------------
- Updated to Kotlin 1.9.21
- Added kotlinx-metadata-jvm
- Removed Fabric Lorenz
- Updated Mapping IO to 0.5.0
- Updated to Kotlin 1.9.22
- Updated required FLK to 1.10.17
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ plugins {
idea
`java-library`
java
kotlin("jvm") version("1.9.21")
kotlin("jvm") version("1.9.22")
}

val minecraftVersion: String by project
Expand Down
10 changes: 5 additions & 5 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -10,17 +10,17 @@ org.gradle.caching=true

# Fabric Properties
# Get new versions at https://fabricmc.net/develop and https://lambdaurora.dev/tools/import_quilt.html
minecraftVersion=1.20.2
quiltMappings=1.20.2+build.3
minecraftVersion=1.20.4
quiltMappings=1.20.4+build.3
parchmentMappings=1.20.2:2023.10.22
loaderVersion=0.15.1
loaderVersion=0.15.3

# Mod Properties
modId = fabric_kotlin_extensions
modVersion = 1.0.5
modVersion = 1.0.6
modLoader = Fabric
mavenGroup = net.frozenblock
baseName = FabricKotlinExtensions

# Dependencies
fabricKotlinVersion=1.10.16+kotlin.1.9.21
fabricKotlinVersion=1.10.17+kotlin.1.9.22
2 changes: 1 addition & 1 deletion library/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ plugins {
`java-library`
java
id("com.github.johnrengelman.shadow") version("+")
kotlin("jvm") version("1.9.21")
kotlin("jvm") version("1.9.22")
}

val modId: String by project
Expand Down
4 changes: 2 additions & 2 deletions library/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ org.gradle.caching=true

# Project Properties
modId = kotlin_library_extensions
projectVersion = 1.0.5
projectVersion = 1.0.6
mavenGroup = net.frozenblock
baseName = KotlinLibraryExtensions

# Dependencies
fabricKotlinVersion=1.10.16+kotlin.1.9.21
fabricKotlinVersion=1.10.17+kotlin.1.9.22

0 comments on commit 80aea6a

Please sign in to comment.