Skip to content

Commit

Permalink
Update scala-library to 2.13.13 (#298)
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 Apr 21, 2024
1 parent 660552c commit 650ac0e
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.12", "2.12.18", "2.11.12", "3.3.3"),
crossScalaVersions := Seq("2.13.13", "2.12.18", "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 650ac0e

Please sign in to comment.