Skip to content

Commit 0d83ab1

Browse files
Update scala3-compiler, scala3-library to 3.1.3 (#221)
1 parent 308b0ea commit 0d83ab1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
fail-fast: false
1313
matrix:
1414
java: [8, 11, 17]
15-
scala: [2.13.8, 3.0.2]
15+
scala: [2.13.8, 3.1.3]
1616
runs-on: ubuntu-latest
1717
if: ${{ github.event_name != 'schedule' }}
1818
steps:

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
ThisBuild / crossScalaVersions := Seq("2.13.8", "3.0.2")
1+
ThisBuild / crossScalaVersions := Seq("2.13.8", "3.1.3")
22
ThisBuild / scalaVersion := (ThisBuild / crossScalaVersions).value.head
33

44
// shouldn't be necessary anymore after https://github.com/lampepfl/dotty/pull/13498

0 commit comments

Comments
 (0)