Skip to content

Commit

Permalink
Upgrade to kotlin-logging 6.0.2, nebula release 19.0.3, junit jupiter…
Browse files Browse the repository at this point in the history
… 5.10.1
  • Loading branch information
edwinRNDR committed Jan 14, 2024
1 parent 7e92e8f commit e294bc6
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ dependencies {
implementation(libs.kotlin.stdlib)
implementation(libs.kotlin.logging)
testImplementation(libs.kotlin.test)
testRuntimeOnly(libs.slf4j.simple)
"demoImplementation"(main.output.classesDirs + main.runtimeClasspath)
"demoImplementation"(libs.openrndr.application)
"demoImplementation"(libs.openrndr.extensions)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ kotlin {
val jvmTest by getting {
dependencies {
runtimeOnly(libs.bundles.jupiter)
runtimeOnly(libs.slf4j.simple)
}
}

Expand Down
10 changes: 5 additions & 5 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,23 +8,23 @@ jvmTarget = "11"
openrndr = { require = "[0.4.2, 0.5.0)" }
orx = { require = "[0.4.2, 0.5.0)" }
kotlinxCoroutines = "1.7.3"
kotlinLogging = "3.0.0"
kotlinLogging = "6.0.2"
kotlinxSerialization = "1.6.2"
dokka = "1.7.10"
nebulaRelease = "18.0.8"
nebulaRelease = "19.0.3"
gradleNexusPublish = "2.0.0-rc-1"
spek = "2.0.19"
kluent = "1.73"
junitJupiter = "5.9.3"
slf4j = "2.0.10"
junitJupiter = "5.10.1"
slf4j = "2.0.11"
antlr = "4.13.1"

[libraries]
kotlin-poet = { group = "com.squareup", name = "kotlinpoet", version.ref = "kotlinPoet"}
kotlin-poet-ksp = { group = "com.squareup", name = "kotlinpoet-ksp", version.ref = "kotlinPoet"}
ksp-symbol-processing-api = { group = "com.google.devtools.ksp", name = "symbol-processing-api", version.ref = "ksp"}
ksp-symbol-processing = { group = "com.google.devtools.ksp", name = "symbol-processing", version.ref = "ksp"}
kotlin-logging = { group = "io.github.microutils", name = "kotlin-logging", version.ref = "kotlinLogging" }
kotlin-logging = { group = "io.github.oshai", name = "kotlin-logging", version.ref = "kotlinLogging" }
kotlin-coroutines = { group = "org.jetbrains.kotlinx", name = "kotlinx-coroutines-core", version.ref = "kotlinxCoroutines" }
kotlin-serialization-json = { group = "org.jetbrains.kotlinx", name = "kotlinx-serialization-json", version.ref = "kotlinxSerialization" }
kotlin-serialization-core = { group = "org.jetbrains.kotlinx", name = "kotlinx-serialization-core", version.ref = "kotlinxSerialization" }
Expand Down

0 comments on commit e294bc6

Please sign in to comment.