Skip to content

Commit

Permalink
Update scala-library to 2.13.11 (#283)
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 Jul 10, 2023
1 parent 2c9a4a6 commit 7b2fa2a
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.10", "2.12.18", "2.11.12", "3.3.0"),
crossScalaVersions := Seq("2.13.11", "2.12.18", "2.11.12", "3.3.0"),
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 7b2fa2a

Please sign in to comment.