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 #252 from scala-steward/update/sbt-1.9.4
Browse files Browse the repository at this point in the history
Update sbt to 1.9.4 / Scala 3.3.1-RC6
  • Loading branch information
mkurz authored Aug 26, 2023
2 parents 4b4f1ed + 7c93bcb commit 80caf75
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.3
sbt.version=1.9.4
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.1-RC5"
val scala3 = "3.3.1-RC6"
}

object SbtVersions {
val sbt19 = "1.9.3"
val sbt19 = "1.9.4"
}

0 comments on commit 80caf75

Please sign in to comment.