Skip to content

Commit 7ca0a62

Browse files
authored
Merge pull request scala#165 from SethTisue/version-bumps
2 parents 6153d70 + 3fec6e9 commit 7ca0a62

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
fail-fast: false
1212
matrix:
1313
java: [8, 11, 17]
14-
scala: [2.11.12, 2.12.15, 2.13.8, 3.0.2]
14+
scala: [2.11.x, 2.12.x, 2.13.x, 3.x]
1515
runs-on: ubuntu-latest
1616
steps:
1717
- uses: actions/checkout@v2

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
lazy val scalaTestVersion = "3.2.10"
22

3-
ThisBuild / crossScalaVersions := Seq("3.0.2", "2.13.8", "2.12.15", "2.11.12")
3+
ThisBuild / crossScalaVersions := Seq("3.1.3", "2.13.8", "2.12.16", "2.11.12")
44
ThisBuild / scalaVersion := crossScalaVersions.value.head
55

66
// We use <epoch>.<major>.<minor> like 99% of Scala libraries.

project/build.properties

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

0 commit comments

Comments
 (0)