Skip to content

Commit

Permalink
Bump Misk and Kotlin 2
Browse files Browse the repository at this point in the history
  • Loading branch information
adrw committed Feb 11, 2025
1 parent 5b5f564 commit 7ac052c
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 6 deletions.
8 changes: 7 additions & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
GROUP=app.cash.backfila

org.gradle.jvmargs='-Dfile.encoding=UTF-8'
org.gradle.jvmargs=-Xmx6g -XX:MaxMetaspaceSize=5g -Dfile.encoding=UTF-8

org.gradle.caching=true
org.gradle.configuration-cache=true
org.gradle.vfs.watch=true
org.gradle.configureondemand=true
org.gradle.parallel=true
11 changes: 6 additions & 5 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
[versions]
jooq = "3.18.25"
kotlin = "1.9.23"
kotlin = "2.0.21"
kotlinxCoroutines = "1.10.1"
ktlint = "0.47.1"
misk = "2025.01.09.184726-680bca2"
misk = "2025.02.11.123913-8a41324"
okhttp = "5.0.0-alpha.14"
sqldelight = "2.0.2"
wire = "5.2.1"
Expand Down Expand Up @@ -63,9 +64,9 @@ kotlinPoet = { module = "com.squareup:kotlinpoet", version = "1.18.1" }
kotlinReflection = { module = "org.jetbrains.kotlin:kotlin-reflect", version.ref = "kotlin" }
kotlinStdLib = { module = "org.jetbrains.kotlin:kotlin-stdlib", version.ref = "kotlin" }
kotlinTest = { module = "org.jetbrains.kotlin:kotlin-test", version.ref = "kotlin" }
kotlinxCoroutines = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-core", version = "1.6.3" }
kotlinxCoroutinesLogging = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-slf4j", version = "1.6.3" }
kotlinxCoroutinesTest = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-test", version = "1.6.3" }
kotlinxCoroutines = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-core", version.ref = "kotlinxCoroutines" }
kotlinxCoroutinesLogging = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-slf4j", version.ref = "kotlinxCoroutines" }
kotlinxCoroutinesTest = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-test", version.ref = "kotlinxCoroutines" }
kotlinxHtml = { module = "org.jetbrains.kotlinx:kotlinx-html-jvm", version = "0.12.0" }
misk = { module = "com.squareup.misk:misk", version.ref = "misk" }
miskActions = { module = "com.squareup.misk:misk-actions", version.ref = "misk" }
Expand Down

0 comments on commit 7ac052c

Please sign in to comment.