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 #218 from mkurz/stay-on-scala_2.12.16
Browse files Browse the repository at this point in the history
[3.0.x] Stay on Scala 2.12.16 for now
  • Loading branch information
mkurz committed Oct 10, 2022
2 parents 201b330 + 35a6dc0 commit 9b44366
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/scala/interplay/Versions.scala
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package interplay

object ScalaVersions {
val scala212 = "2.12.17"
val scala212 = "2.12.16"
val scala213 = "2.13.10"
val scala3 = "3.2.0"
}
Expand Down

0 comments on commit 9b44366

Please sign in to comment.