Skip to content

Commit

Permalink
Update scala3-library, ... to 3.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Sep 1, 2021
1 parent 143253f commit 4191488
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
scala: [2.12.14, 2.13.6, 3.0.0]
scala: [2.12.14, 2.13.6, 3.0.2]
java: [adopt@1.8, adopt@1.11]
runs-on: ${{ matrix.os }}
steps:
Expand Down Expand Up @@ -76,7 +76,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
scala: [3.0.0]
scala: [3.0.2]
java: [adopt@1.8]
runs-on: ${{ matrix.os }}
steps:
Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import sbtcrossproject.CrossPlugin.autoImport.{crossProject, CrossType}

ThisBuild / crossScalaVersions := Seq("2.12.14", "2.13.6", "3.0.0")
ThisBuild / crossScalaVersions := Seq("2.12.14", "2.13.6", "3.0.2")

val catsV = "2.6.1"
val catsTestkitV = "2.1.5"
Expand Down

0 comments on commit 4191488

Please sign in to comment.