Skip to content

Commit

Permalink
Update scala3-library to 3.3.3 (#299)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored Apr 21, 2024
1 parent 6cd5dec commit 660552c
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.1"),
crossScalaVersions := Seq("2.13.12", "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 660552c

Please sign in to comment.