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 #251 from mkurz/scala_sbt_upgrades
Browse files Browse the repository at this point in the history
Latest scala-rc/sbt version
  • Loading branch information
mkurz committed Aug 11, 2023
2 parents df7d0da + ee234ef commit 4b4f1ed
Showing 1 changed file with 2 additions and 2 deletions.
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-RC3"
val scala3 = "3.3.1-RC5"
}

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

0 comments on commit 4b4f1ed

Please sign in to comment.