Skip to content

Commit

Permalink
Merge pull request #189 from Gedochao/update/scala-versions
Browse files Browse the repository at this point in the history
Bump Scala 2.12.20 & 2.13.15
  • Loading branch information
Gedochao authored Nov 19, 2024
2 parents 1ceca7e + 48471e6 commit 9b91f65
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions project/ScalaVersions.scala
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
object ScalaVersions {
def scala212 = "2.12.18"
def scala213 = "2.13.11"
def scala212 = "2.12.20"
def scala213 = "2.13.15"
def all = Seq(scala213, scala212)
}

0 comments on commit 9b91f65

Please sign in to comment.