Skip to content

Commit

Permalink
Merge pull request #420 from scala-steward/update/scala3-library-3.0.1
Browse files Browse the repository at this point in the history
Update scala3-library, ... to 3.0.1
  • Loading branch information
ChristopherDavenport authored Aug 3, 2021
2 parents 7f39873 + 42f2de8 commit 807fe26
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 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.1]
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.1]
java: [adopt@1.8]
runs-on: ${{ matrix.os }}
steps:
Expand Down Expand Up @@ -132,7 +132,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
scala: [3.0.0]
scala: [3.0.1]
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
Expand Up @@ -2,7 +2,7 @@ import sbtcrossproject.CrossPlugin.autoImport.crossProject

val Scala213 = "2.13.6"
val Scala212 = "2.12.14"
val Scala3 = "3.0.0"
val Scala3 = "3.0.1"

Global / onChangedBuildSource := ReloadOnSourceChanges

Expand Down

0 comments on commit 807fe26

Please sign in to comment.