Skip to content

Commit 6f84227

Browse files
authored
Merge branch 'main' into update/scala-library-2.13.14
2 parents 85b9235 + 2bf2c3a commit 6f84227

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ def osgiExport(scalaVersion: String, version: String) = {
1919
}
2020

2121
lazy val commonSettings = Seq(
22-
crossScalaVersions := Seq("2.13.14", "2.12.18", "2.11.12", "3.3.3"),
22+
crossScalaVersions := Seq("2.13.14", "2.12.19", "2.11.12", "3.3.3"),
2323
scalaVersion := crossScalaVersions.value.head,
2424
// we could make this stricter again (BinaryAndSourceCompatible)
2525
// after our reference version was built on Scala 3.1.x

project/build.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
sbt.version=1.9.9
1+
sbt.version=1.10.0

0 commit comments

Comments
 (0)