Skip to content

Commit

Permalink
RC
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonMarquis committed Jun 25, 2023
1 parent da968a8 commit 573f790
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: [ 17, 19 ] # test LTS versions, and the newest
kotlin-version: [ 1.5.31, 1.6.21, 1.7.22, 1.8.20, 1.9.0-Beta ]
kotlin-version: [ 1.5.31, 1.6.21, 1.7.22, 1.8.20, 1.9.0-RC ]
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.9.0-Beta"
val kotlinPluginVersion: String = "1.9.0-RC"

val androidGradle = "8.0.2"
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.9.0-Beta"
const val kotlinDefault = "1.9.0-RC"
const val coroutines = "1.6.4"
const val slfj = "2.0.5"
const val logback = "1.4.5"
Expand Down

0 comments on commit 573f790

Please sign in to comment.