Skip to content

Commit ab29704

Browse files
authored
Merge pull request #872 from scala-steward/update/scala3-library-3.1.1
Update scala3-library, ... to 3.1.1
2 parents 0ad6141 + de54874 commit ab29704

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,15 +22,15 @@ jobs:
2222
strategy:
2323
matrix:
2424
os: [ubuntu-latest]
25-
scala: [3.1.0, 3.0.2, 2.12.15, 2.13.8]
25+
scala: [3.1.1, 3.0.2, 2.12.15, 2.13.8]
2626
java: [temurin@8, temurin@11]
2727
platform: [jvm]
2828
workers: [1, 4]
2929
include:
3030
- workers: 1
3131
os: ubuntu-latest
3232
java: temurin@8
33-
scala: 3.1.0
33+
scala: 3.1.1
3434
platform: js
3535
- workers: 1
3636
os: ubuntu-latest

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ sourceDirectory := file("dummy source directory")
33
val Scala212 = "2.12.15"
44
val Scala213 = "2.13.8"
55
val Scala30 = "3.0.2"
6-
val Scala31 = "3.1.0"
6+
val Scala31 = "3.1.1"
77

88
ThisBuild / crossScalaVersions := Seq(Scala31, Scala30, Scala212, Scala213)
99
ThisBuild / scalaVersion := (ThisBuild / crossScalaVersions).value.last

0 commit comments

Comments
 (0)