Skip to content

Commit

Permalink
Upgrade version of kotlinx json (#126)
Browse files Browse the repository at this point in the history
  • Loading branch information
kgribov committed Mar 24, 2024
1 parent df9daa1 commit 9876e9a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion buildSrc/src/main/kotlin/CI.kt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import java.lang.Boolean.parseBoolean
object Ci {

private const val SNAPSHOT_BASE = "0.7.0"
private const val RELEASE_VERSION = "0.6.4"
private const val RELEASE_VERSION = "0.6.5"
private val githubSha = System.getenv("GITHUB_SHA") ?: "latest"

val publishRelease = System.getProperty("release", "true").let(::parseBoolean)
Expand Down
2 changes: 1 addition & 1 deletion buildSrc/src/main/kotlin/dependencies.kt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ object versions {
val jvm = "21"
val kotlin = "1.9.21"
val kotlin_coroutines = "1.7.3"
val kotlin_serialization_json = "1.6.1"
val kotlin_serialization_json = "1.6.3"
val kotest = "5.8.0"
val jooq = "3.18.7"
val flywaydb = "10.1.0"
Expand Down

0 comments on commit 9876e9a

Please sign in to comment.