Skip to content

Commit

Permalink
Update scala-library, scala-reflect to 2.13.8
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Jan 13, 2022
1 parent 29b5fd0 commit e98cbe0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
scala: [2.12.15, 2.13.7, 3.0.2]
scala: [2.12.15, 2.13.8, 3.0.2]
java: [temurin@11]
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 @@ -31,7 +31,7 @@ ThisBuild / developers := List(
Developer("djspiewak", "Daniel Spiewak", "@djspiewak", url("https://github.com/djspiewak")),
Developer("baccata", "Olivier Melois", "@baccata", url("https://github.com/baccata")))

ThisBuild / crossScalaVersions := Seq("2.12.15", "2.13.7", "3.0.2")
ThisBuild / crossScalaVersions := Seq("2.12.15", "2.13.8", "3.0.2")

val CatsEffectVersion = "3.3.4"

Expand Down

0 comments on commit e98cbe0

Please sign in to comment.