Skip to content

Commit e34a0f2

Browse files
Bump kotlin from 2.0.10 to 2.0.21 (#12)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Oleg Smirnov <[email protected]> Co-authored-by: Oleg Smirnov <[email protected]>
1 parent a263941 commit e34a0f2

File tree

4 files changed

+102
-136
lines changed

4 files changed

+102
-136
lines changed

gradle.properties

-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
kotlin.code.style=official
2-
kotlin.js.compiler=ir
32
# to compile all generated tests
43
kotlin.daemon.jvmargs=-Xmx3G
54
org.gradle.jvmargs=-Xmx1G

gradle/libs.versions.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[versions]
2-
kotlin = "2.0.10"
3-
kotest = "5.9.1"
2+
kotlin = "2.0.21"
3+
kotest = "6.0.0.M1"
44
serialization = "1.7.3"
55
graphql = "8.1.0"
66

0 commit comments

Comments
 (0)