Skip to content

Commit

Permalink
update Kotlin to 2.0.20 and kotlinx-serialization to 1.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Quillraven committed Aug 28, 2024
1 parent c995fc9 commit 26d81a0
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion ReadMe.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
[![Snapshot](https://img.shields.io/badge/Snapshot-2.9--SNAPSHOT-orange.svg)](https://s01.oss.sonatype.org/#nexus-search;gav~io.github.quillraven.fleks~~2.9-SNAPSHOT~~)

[![Build Master](https://img.shields.io/github/actions/workflow/status/quillraven/fleks/build.yml?branch=master)](https://github.com/Quillraven/fleks/actions)
[![Kotlin](https://img.shields.io/badge/Kotlin-2.0.10-red.svg)](http://kotlinlang.org/)
[![Kotlin](https://img.shields.io/badge/Kotlin-2.0.20-red.svg)](http://kotlinlang.org/)

[![MIT license](https://img.shields.io/badge/License-MIT-blue.svg)](https://github.com/Quillraven/Fleks/blob/master/LICENSE)

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package buildsrc.plugins

import org.jetbrains.kotlin.gradle.targets.js.dsl.ExperimentalWasmDsl
import org.jetbrains.kotlin.gradle.ExperimentalWasmDsl

/** conventions for a Kotlin/JS subproject */

Expand Down
4 changes: 2 additions & 2 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[versions]

kotlin = "2.0.10"
kotlinxSerialization = "1.7.1"
kotlin = "2.0.20"
kotlinxSerialization = "1.7.2"
kotlinDokka = "1.9.20"
kotlinxBenchmark = "0.4.11"

Expand Down

0 comments on commit 26d81a0

Please sign in to comment.