Skip to content

Commit

Permalink
Upgrade to Gradle 8.6, KSP 1.9.23-1.0.19, Kotlin 1.9.23, Kotlin-loggi…
Browse files Browse the repository at this point in the history
…ng 6.0.3, Kotlinx Coroutines 1.8.0, Slf4j 2.0.12, Kotlinx serialization 1.6.3
  • Loading branch information
edwinRNDR committed Mar 16, 2024
1 parent 68f2297 commit 937d5b2
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 9 deletions.
13 changes: 6 additions & 7 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,22 +1,21 @@
[versions]
ksp = "1.9.22-1.0.16"
ksp = "1.9.23-1.0.19"
kotlinPoet = "1.15.3"
kotlinApi = "1.9"
kotlinLanguage = "1.9"
kotlin = "1.9.22"
kotlin = "1.9.23"
jvmTarget = "11"
openrndr = { require = "[0.4.2, 0.5.0)" }
orx = { require = "[0.4.2, 0.5.0)" }
kotlinxCoroutines = "1.7.3"
kotlinLogging = "6.0.2"
kotlinxSerialization = "1.6.2"
kotlinxCoroutines = "1.8.0"
kotlinLogging = "6.0.3"
kotlinxSerialization = "1.6.3"
dokka = "1.7.10"
nebulaRelease = "18.0.7"
gradleNexusPublish = "2.0.0-rc-1"
spek = "2.0.19"
kluent = "1.73"
junitJupiter = "5.10.1"
slf4j = "2.0.11"
slf4j = "2.0.12"
antlr = "4.13.1"

[libraries]
Expand Down
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.5-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.6-bin.zip
networkTimeout=10000
validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME
Expand Down
2 changes: 1 addition & 1 deletion orsl-demos/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ dependencies {
implementation(project(":orsl-extension-pbr"))
implementation(project(":orsl-extension-raymarching"))
implementation(project(":orsl-extension-sdf"))

runtimeOnly(libs.slf4j.simple)
implementation(libs.orx.camera)
implementation(libs.orx.mesh.generators)
implementation(libs.orx.olive)
Expand Down

0 comments on commit 937d5b2

Please sign in to comment.