Skip to content

Commit

Permalink
Merge pull request #75 from fraktalio/renovate/kotlinxcollectionsimmu…
Browse files Browse the repository at this point in the history
…table

fix(deps): update dependency org.jetbrains.kotlinx:kotlinx-collections-immutable-jvm to v0.3.7
  • Loading branch information
idugalic authored Dec 21, 2023
2 parents 87cbc16 + ed7a026 commit c9e3ca6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ repositories {
extra["testcontainersVersion"] = "1.19.3"
extra["fmodelVersion"] = "3.5.1-SNAPSHOT"
extra["kotlinxSerializationJson"] = "1.6.2"
extra["kotlinxCollectionsImmutable"] = "0.3.6"
extra["kotlinxCollectionsImmutable"] = "0.3.7"
extra["kotlinLogging"] = "3.0.5"
extra["kotlinxCoroutinesTest"] = "1.7.3"

Expand Down

0 comments on commit c9e3ca6

Please sign in to comment.