Skip to content

Commit

Permalink
Merge branch 'main' into update/scala-library-2.13.14
Browse files Browse the repository at this point in the history
  • Loading branch information
SethTisue authored May 21, 2024
2 parents 85b9235 + 2bf2c3a commit 6f84227
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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.14", "2.12.18", "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
2 changes: 1 addition & 1 deletion project/build.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
sbt.version=1.9.9
sbt.version=1.10.0

0 comments on commit 6f84227

Please sign in to comment.