Skip to content

Commit

Permalink
Merge pull request #1047 from SimonMarquis/kotlin-1.8.20-Beta
Browse files Browse the repository at this point in the history
Kotlin 1.8.20
  • Loading branch information
Raibaz committed Apr 9, 2023
2 parents 6587d9b + f2593e1 commit 1fc04a9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
strategy:
matrix:
java-version: [ 11, 17, 19 ] # test LTS versions, and the newest
kotlin-version: [ 1.5.31, 1.6.21, 1.7.22, 1.8.0 ]
kotlin-version: [ 1.5.31, 1.6.21, 1.7.22, 1.8.20 ]
kotlin-ir-enabled: [ true, false ]
fail-fast: false # in case one JDK fails, we still want to see results from others
name: "[java=${{ matrix.java-version }}, kotlin=${{ matrix.kotlin-version }}, IR=${{ matrix.kotlin-ir-enabled }}]"
Expand Down
2 changes: 1 addition & 1 deletion buildSrc/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ plugins {
}

// set the versions of Gradle plugins that the subprojects will use here
val kotlinPluginVersion: String = "1.8.0"
val kotlinPluginVersion: String = "1.8.20"

val androidGradle = "7.2.1"
val kotlinxKover = "0.6.1"
Expand Down
2 changes: 1 addition & 1 deletion buildSrc/src/main/kotlin/buildsrc/config/Deps.kt
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ object Deps {

const val androidTools = "7.2.1"
const val dokka = "1.7.10"
const val kotlinDefault = "1.8.0"
const val kotlinDefault = "1.8.20"
const val coroutines = "1.6.4"
const val slfj = "2.0.5"
const val logback = "1.4.5"
Expand Down

0 comments on commit 1fc04a9

Please sign in to comment.