Skip to content

Commit aa53c0f

Browse files
committed
Update scala3-library to 3.1.3
1 parent bd53334 commit aa53c0f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
fail-fast: false
1111
matrix:
1212
java: [8, 11, 17]
13-
scala: [2.11.12, 2.12.16, 2.13.8, 3.0.2]
13+
scala: [2.11.12, 2.12.16, 2.13.8, 3.1.3]
1414
runs-on: ubuntu-latest
1515
steps:
1616
- uses: actions/checkout@v2

build.sbt

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ def osgiExport(scalaVersion: String, version: String) = {
2323
ThisBuild / libraryDependencySchemes += "org.scala-lang" %% "scala3-library" % "semver-spec"
2424

2525
lazy val commonSettings = Seq(
26-
crossScalaVersions := Seq("2.13.8", "2.12.16", "2.11.12", "3.0.2"),
26+
crossScalaVersions := Seq("2.13.8", "2.12.16", "2.11.12", "3.1.3"),
2727
scalaVersion := crossScalaVersions.value.head,
2828
versionPolicyIntention := Compatibility.BinaryAndSourceCompatible,
2929
Compile / unmanagedSourceDirectories ++= {

0 commit comments

Comments
 (0)