Skip to content

Commit

Permalink
Update scala-library from 2.13.13 to 2.13.15
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Sep 26, 2024
1 parent 3a9c239 commit 88463c0
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.19"
private val scala213 = "2.13.13"
private val scala213 = "2.13.15"
private val scala3 = "3.3.3"

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

0 comments on commit 88463c0

Please sign in to comment.