Skip to content

Commit

Permalink
Update scala-library from 2.13.8 to 2.13.13
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Feb 27, 2024
1 parent 9ada6cc commit e9b22e8
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 @@ -14,7 +14,7 @@ object BuildSettings {
private def isScala3(scalaVersion: String): Boolean = CrossVersion.partialVersion(scalaVersion).exists(_._1 == 3)

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

lazy val common: Seq[Def.Setting[_]] = Seq(
Expand Down

0 comments on commit e9b22e8

Please sign in to comment.