Skip to content

Commit

Permalink
Update scala-library to 2.13.14
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed May 5, 2024
1 parent 92a1e57 commit bb922f3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
matrix:
os: [ubuntu-20.04]
java: [8, 11]
scala: [2.12.15, 2.13.8, 3.1.1]
scala: [2.12.15, 2.13.14, 3.1.1]
scalajs: [1.10.0]
command: ["ci-test"]

Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ addCommandAlias("ci-release", ";+publishSigned ;sonatypeBundleRelease")
// Versions

val Scala212 = "2.12.15"
val Scala213 = "2.13.8"
val Scala213 = "2.13.14"
val Scala3 = "3.1.3"

val CatsVersion = "2.10.0"
Expand Down

0 comments on commit bb922f3

Please sign in to comment.