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

Commit

Permalink
Scala 2.13.12 / 3.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mkurz committed Sep 11, 2023
1 parent 80caf75 commit f88a98f
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 f88a98f

Please sign in to comment.