Skip to content

Commit e220275

Browse files
authored
Merge pull request #572 from http4s/scala-3
Downgrade Scala 3 version
2 parents b744417 + cce6490 commit e220275

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

Diff for: .github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
fail-fast: false
2929
matrix:
3030
os: [ubuntu-latest]
31-
scala: [2.12.15, 2.13.6, 3.1.0]
31+
scala: [2.12.15, 2.13.6, 3.0.2]
3232
java: [adoptium@8]
3333
runs-on: ${{ matrix.os }}
3434
steps:

Diff for: .scala-steward.conf

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
updates.pin = [
2+
{ groupId = "org.scala-lang", artifactId = "scala3-library", version = "3.0." }
3+
]

Diff for: build.sbt

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ ThisBuild / versionIntroduced := Map(
1515

1616
val Scala212 = "2.12.15"
1717
val Scala213 = "2.13.6"
18-
val Scala3 = "3.1.0"
18+
val Scala3 = "3.0.2"
1919

2020
ThisBuild / crossScalaVersions := Seq(Scala212, Scala213, Scala3)
2121
ThisBuild / scalaVersion := crossScalaVersions.value.filter(_.startsWith("2.")).last

0 commit comments

Comments
 (0)