Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/gradle/serialization-1.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
hfhbd authored Jan 16, 2024
2 parents 01c64f6 + 478bae2 commit 09574e7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[versions]
kotlin = "1.9.21"
kotlin = "1.9.22"
serialization = "1.6.2"
exposed = "0.45.0"

Expand All @@ -21,6 +21,6 @@ serialization-protobuf = { module = "org.jetbrains.kotlinx:kotlinx-serialization
exposed-dao = { module = "org.jetbrains.exposed:exposed-dao", version.ref = "exposed" }
exposed-jdbc = { module = "org.jetbrains.exposed:exposed-jdbc", version.ref = "exposed" }
h2 = { module = "com.h2database:h2", version = "2.2.224" }
slf4j = { module = "org.slf4j:slf4j-simple", version = "2.0.9" }
slf4j = { module = "org.slf4j:slf4j-simple", version = "2.0.11" }

sqldelight-runtime = { module = "app.cash.sqldelight:runtime", version = "2.0.0" }
sqldelight-runtime = { module = "app.cash.sqldelight:runtime", version = "2.0.1" }

0 comments on commit 09574e7

Please sign in to comment.