Skip to content

Commit aff0d8e

Browse files
committed
Upgrade to Kotlin Serialization 1.2.1
1 parent e3e4e49 commit aff0d8e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ configure(allprojects) { project ->
3535
mavenBom "org.eclipse.jetty:jetty-bom:9.4.41.v20210516"
3636
mavenBom "org.jetbrains.kotlin:kotlin-bom:1.5.10"
3737
mavenBom "org.jetbrains.kotlinx:kotlinx-coroutines-bom:1.5.0"
38-
mavenBom "org.jetbrains.kotlinx:kotlinx-serialization-bom:1.2.0"
38+
mavenBom "org.jetbrains.kotlinx:kotlinx-serialization-bom:1.2.1"
3939
mavenBom "org.junit:junit-bom:5.7.2"
4040
}
4141
dependencies {

0 commit comments

Comments
 (0)