Skip to content

Commit

Permalink
rollback to 1.8.22 (#174)
Browse files Browse the repository at this point in the history
  • Loading branch information
kyeotic authored Mar 22, 2024
1 parent 7be0a9e commit 781d9c5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion buildSrc/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
plugins {
kotlin("jvm") version "1.9.23"
kotlin("jvm") version "1.8.22"
}

repositories {
Expand Down
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[versions]
ktlint = "0.40.0"
kotlin = "1.9.23"
kotlin = "1.8.22"

[libraries]
assertj = { module = "org.assertj:assertj-core", version = "3.23.1" }
Expand Down

0 comments on commit 781d9c5

Please sign in to comment.