Skip to content

Commit

Permalink
Update scala-library to 2.12.16
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Jul 11, 2022
1 parent ca5b761 commit 9c9711d
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 @@ -27,7 +27,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
scala: [2.12.15, 2.13.8]
scala: [2.12.16, 2.13.8]
java: [graalvm-ce-java11@20.3.0]
runs-on: ${{ matrix.os }}
steps:
Expand Down Expand Up @@ -74,7 +74,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
scala: [2.12.15]
scala: [2.12.16]
java: [graalvm-ce-java11@20.3.0]
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,4 +1,4 @@
val Scala_2_12 = "2.12.15"
val Scala_2_12 = "2.12.16"
val Scala_2_13 = "2.13.8"

val catsEffectVersion = "3.3.12"
Expand Down

0 comments on commit 9c9711d

Please sign in to comment.