Skip to content

Commit

Permalink
Update scala-library to 2.13.14 (#302)
Browse files Browse the repository at this point in the history
Co-authored-by: Seth Tisue <seth@tisue.net>
  • Loading branch information
scala-steward and SethTisue authored Aug 9, 2024
1 parent 6ed579e commit f094488
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ def osgiExport(scalaVersion: String, version: String) = {
}

lazy val commonSettings = Seq(
crossScalaVersions := Seq("2.13.13", "2.12.19", "2.11.12", "3.3.3"),
crossScalaVersions := Seq("2.13.14", "2.12.19", "2.11.12", "3.3.3"),
scalaVersion := crossScalaVersions.value.head,
// we could make this stricter again (BinaryAndSourceCompatible)
// after our reference version was built on Scala 3.1.x
Expand Down

0 comments on commit f094488

Please sign in to comment.