Skip to content

Commit

Permalink
Set kotlin version
Browse files Browse the repository at this point in the history
  • Loading branch information
sksamuel committed Apr 14, 2024
1 parent 8de9c35 commit 9185f7d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,10 @@ jobs:
uses: actions/checkout@v2

- name: Setup JDK
uses: actions/setup-java@v1
uses: actions/setup-java@v2
with:
java-version: '8'
java-version: '11'
distribution: "temurin"

- name: Run tests
run: ./gradlew check
Expand Down
2 changes: 1 addition & 1 deletion buildSrc/src/main/kotlin/Libs.kt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
object Libs {

const val kotlinVersion = "1.6.0"
const val kotlinVersion = "1.8.21"
const val org = "com.sksamuel.centurion"

object Kotlin {
Expand Down

0 comments on commit 9185f7d

Please sign in to comment.