Skip to content

Commit

Permalink
Merge pull request #1111 from scala-steward/update/scala-library-2.12.19
Browse files Browse the repository at this point in the history
Update scala-library from 2.12.17 to 2.12.19
  • Loading branch information
mergify[bot] authored Feb 27, 2024
2 parents 59c5b74 + 2f5b5a5 commit 55fe60d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/BuildSettings.scala
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ object BuildSettings {

private def isScala3(scalaVersion: String): Boolean = CrossVersion.partialVersion(scalaVersion).exists(_._1 == 3)

private val scala212 = "2.12.17"
private val scala212 = "2.12.19"
private val scala213 = "2.13.8"
private val scala3 = "3.1.1"

Expand Down

0 comments on commit 55fe60d

Please sign in to comment.