Skip to content

Commit

Permalink
Bump to Kotlin 1.8.10 (#2914)
Browse files Browse the repository at this point in the history
Co-authored-by: Alejandro Serrano <[email protected]>
  • Loading branch information
nomisRev and serras authored Feb 3, 2023
1 parent 33828a4 commit 71e43b6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<a href="https://arrow-kt.io" title="Arrow website"><img src="img/logo/arrow-dark.svg" width="200" alt=""></a>

[![Maven Central](https://img.shields.io/maven-central/v/io.arrow-kt/arrow-core?color=4caf50&label=latest%20release)](https://maven-badges.herokuapp.com/maven-central/io.arrow-kt/arrow-core)
[![Kotlin version](https://img.shields.io/badge/Kotlin-1.6-blue)](https://kotlinlang.org/docs/whatsnew16.html)
[![Kotlin version](https://img.shields.io/badge/Kotlin-1.8.10-blue)](https://kotlinlang.org/docs/whatsnew18.html)

[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://www.apache.org/licenses/LICENSE-2.0)
[![StackOverflow](https://img.shields.io/badge/arrow--kt-grey.svg?logo=stackoverflow)](https://stackoverflow.com/questions/tagged/arrow-kt)
Expand Down
4 changes: 2 additions & 2 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@ jUnitVintage = "5.8.2"
kotest = "5.5.4"
kotestGradle = "5.5.4"
kover = "0.6.1"
kotlin = "1.8.0"
kotlin = "1.8.10"
kotlinBinaryCompatibilityValidator = "0.12.1"
kotlinCompileTesting = "1.4.9"
knit = "0.4.0"
kspVersion = "1.8.0-1.0.8"
kspVersion = "1.8.10-1.0.9"
kotlinxSerialization = "1.4.1"
mockWebServer = "4.10.0"
retrofit = "2.9.0"
Expand Down

0 comments on commit 71e43b6

Please sign in to comment.