Skip to content
This repository has been archived by the owner on Oct 21, 2023. It is now read-only.

Commit

Permalink
Merge pull request #249 from scala-steward/update/sbt-1.9.1
Browse files Browse the repository at this point in the history
Update sbt, scripted-plugin to 1.9.2 + Scala 3.3.1-RC3
  • Loading branch information
mkurz authored Jul 10, 2023
2 parents f159685 + 3cf7cc5 commit bb0f642
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion project/build.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
sbt.version=1.9.0
sbt.version=1.9.2
4 changes: 2 additions & 2 deletions src/main/scala/interplay/Versions.scala
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ package interplay
object ScalaVersions {
val scala212 = "2.12.18"
val scala213 = "2.13.11"
val scala3 = "3.3.0"
val scala3 = "3.3.1-RC3"
}

object SbtVersions {
val sbt19 = "1.9.0"
val sbt19 = "1.9.2"
}

0 comments on commit bb0f642

Please sign in to comment.