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 #247 from mkurz/upgrades
Browse files Browse the repository at this point in the history
sbt 1.9.0 / Scala 2.13.11 + 2.12.18
  • Loading branch information
mkurz authored Jun 3, 2023
2 parents b9cdcae + 3467a58 commit f159685
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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-RC3
sbt.version=1.9.0
6 changes: 3 additions & 3 deletions src/main/scala/interplay/Versions.scala
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
package interplay

object ScalaVersions {
val scala212 = "2.12.18-M2"
val scala213 = "2.13.11-M2"
val scala212 = "2.12.18"
val scala213 = "2.13.11"
val scala3 = "3.3.0"
}

object SbtVersions {
val sbt19 = "1.9.0-RC3"
val sbt19 = "1.9.0"
}

0 comments on commit f159685

Please sign in to comment.