Skip to content

Commit

Permalink
++ver 1.4.6 Up versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Ivan Sablin authored and Ivan Sablin committed Mar 9, 2022
1 parent 428de83 commit 4a94cce
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions buildSrc/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ repositories {
}

val multiplatform = "0.12.0"
val kotlin = "1.6.20-M1"
val gradle = "7.3.0-alpha03"
val kotlin = "1.6.20-RC"
val gradle = "7.3.0-alpha05"
val resources = "0.18.0"
val sqldelight = "1.5.3"
val nexus = "1.1.0"
Expand Down
2 changes: 1 addition & 1 deletion settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ dependencyResolutionManagement {
mavenLocal()
}

val catalogVersions = "1.3.1"
val catalogVersions = "1.3.2"
val group = "io.github.merseyside"
versionCatalogs {
val multiplatformLibs by creating {
Expand Down

0 comments on commit 4a94cce

Please sign in to comment.