Skip to content

Commit

Permalink
[patch] locking version of kotlin standard lib during testing to stop…
Browse files Browse the repository at this point in the history
… it being upgraded, due to incompatibilities between the serialization of 1.9.10 and 1.9.20
  • Loading branch information
robertfmurdock committed Nov 12, 2023
1 parent 46a96f9 commit 42a82eb
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 22 deletions.
1 change: 1 addition & 0 deletions .idea/gradle.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 0 additions & 8 deletions .idea/modules.xml

This file was deleted.

This file was deleted.

5 changes: 5 additions & 0 deletions tools/digger-json/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,11 @@ dependencies {
commonMainApi(project(":digger-model"))
commonMainImplementation("org.jetbrains.kotlinx:kotlinx-serialization-json")
commonTestImplementation(kotlin("test"))
"commonTestImplementation"("org.jetbrains.kotlin:kotlin-stdlib") {
version {
strictly(embeddedKotlinVersion)
}
}
commonTestImplementation("com.benasher44:uuid")
"jvmTestImplementation"(kotlin("test-junit5", embeddedKotlinVersion))
}
Expand Down
Binary file removed tools/gradle/wrapper/gradle-wrapper.jar
Binary file not shown.
6 changes: 0 additions & 6 deletions tools/gradle/wrapper/gradle-wrapper.properties

This file was deleted.

0 comments on commit 42a82eb

Please sign in to comment.