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 #253 from mkurz/scala_upgrades
Browse files Browse the repository at this point in the history
Scala 2.13.12 / 3.3.1
  • Loading branch information
mkurz authored Sep 11, 2023
2 parents 80caf75 + f88a98f commit 9d89249
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 @@ -2,8 +2,8 @@ package interplay

object ScalaVersions {
val scala212 = "2.12.18"
val scala213 = "2.13.11"
val scala3 = "3.3.1-RC6"
val scala213 = "2.13.12"
val scala3 = "3.3.1"
}

object SbtVersions {
Expand Down

0 comments on commit 9d89249

Please sign in to comment.