Skip to content

Commit

Permalink
1.0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
Treetrain1 committed May 17, 2024
1 parent d0a7cf7 commit 3a56a83
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 14 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ Make sure to clear after release
Put changelog here:

-----------------
- Updated Kotlin to 1.9.23
- Updated Kotlin to 1.9.24
- Updated Mapping IO to 0.6.1
- Updated Tiny Remapper to 0.10.2
- Updated Tiny Remapper to 0.10.3
- Updated minimum FLK to 1.10.20+kotlin.1.9.24
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.22")
kotlin("jvm") version("1.9.24")
}

val minecraftVersion: String by project
Expand Down
12 changes: 6 additions & 6 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.4
quiltMappings=1.20.4+build.3
parchmentMappings=1.20.4:2024.04.14
loaderVersion=0.15.10
minecraftVersion=1.20.6
quiltMappings=1.20.5+build.1
parchmentMappings=1.20.6:2024.05.01
loaderVersion=0.15.11

# Mod Properties
modId = fabric_kotlin_extensions
modVersion = 1.0.8
modVersion = 1.0.9
modLoader = Fabric
mavenGroup = net.frozenblock
baseName = FabricKotlinExtensions

# Dependencies
fabricKotlinVersion=1.10.19+kotlin.1.9.23
fabricKotlinVersion=1.10.20+kotlin.1.9.24
6 changes: 3 additions & 3 deletions 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.23")
kotlin("jvm") version("1.9.24")
}

val modId: String by project
Expand Down Expand Up @@ -38,8 +38,8 @@ dependencies {
shadowInclude(kotlin("scripting-dependencies"))
shadowInclude(kotlin("scripting-dependencies-maven"))

shadowInclude("net.fabricmc:mapping-io:0.6.0")
shadowInclude("net.fabricmc:tiny-remapper:0.10.2")
shadowInclude("net.fabricmc:mapping-io:0.6.1")
shadowInclude("net.fabricmc:tiny-remapper:0.10.3")
}

kotlin {
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.8
projectVersion = 1.0.9
mavenGroup = net.frozenblock
baseName = KotlinLibraryExtensions

# Dependencies
fabricKotlinVersion=1.10.19+kotlin.1.9.23
fabricKotlinVersion=1.10.20+kotlin.1.9.24

0 comments on commit 3a56a83

Please sign in to comment.