Skip to content

Commit 0b880cb

Browse files
authored
Merge pull request #273 from vasilmkd/scala31
Update Scala to 3.1.0
2 parents d2277e6 + 919b4f2 commit 0b880cb

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
@@ -23,7 +23,7 @@ jobs:
2323
strategy:
2424
matrix:
2525
os: [ubuntu-latest]
26-
scala: [2.12.15, 2.13.6, 3.0.2]
26+
scala: [2.12.15, 2.13.6, 3.1.0]
2727
java: [adoptium@8]
2828
runs-on: ${{ matrix.os }}
2929
steps:

build.sbt

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ ThisBuild / developers := List(
99
Developer("larsrh", "Lars Hupel", "", url("https://github.com/larsrh"))
1010
)
1111

12-
ThisBuild / crossScalaVersions := Seq("2.12.15", "2.13.6", "3.0.2")
12+
ThisBuild / crossScalaVersions := Seq("2.12.15", "2.13.6", "3.1.0")
1313

1414
ThisBuild / githubWorkflowJavaVersions := Seq("adoptium@8")
1515
ThisBuild / githubWorkflowEnv += ("JABBA_INDEX" -> "https://github.com/typelevel/jdk-index/raw/main/index.json")

0 commit comments

Comments
 (0)