Skip to content

Commit

Permalink
Update Kotlin Dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Erdragh committed Oct 31, 2024
1 parent b80efd2 commit f258723
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ plugins {
id 'idea'
id 'maven-publish'
id 'net.neoforged.gradle.userdev' version '7.0.145'
id "org.jetbrains.kotlin.jvm" version ("2.0.0")
id "org.jetbrains.kotlin.jvm" version ("2.0.21")
}

tasks.named('wrapper', Wrapper).configure {
Expand Down
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ neo_version_range=[21.0.0-beta,)
loader_version_range=[4,)

# KFF
kff_version=5.3.0
kff_version_range=[5.3,)
kff_version=5.6.0
kff_version_range=[5.6,)

## Mod Properties

Expand Down

0 comments on commit f258723

Please sign in to comment.