Skip to content

Commit

Permalink
Merge pull request #22 from guardian/allow-building-under-java-21-lts
Browse files Browse the repository at this point in the history
Fix Scala Steward by allowing building under Java 21
  • Loading branch information
rtyley authored Mar 20, 2024
2 parents 2498e45 + 09e61a1 commit e2abe78
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import sbtrelease.ReleaseStateTransformations._
import sbtrelease.ReleaseStateTransformations.*

val scala_2_12: String = "2.12.18"
val scala_2_13: String = "2.13.12"
Expand Down
2 changes: 1 addition & 1 deletion project/build.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
sbt.version=1.6.2
sbt.version=1.9.9
2 changes: 1 addition & 1 deletion version.sbt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version in ThisBuild := "1.1.8-SNAPSHOT"
ThisBuild / version := "1.1.8-SNAPSHOT"

0 comments on commit e2abe78

Please sign in to comment.