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
http4s-steward[bot] committed May 30, 2024
1 parent d658dd5 commit 49c242a
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 @@ -35,7 +35,7 @@ jobs:
- macos-11
- macos-12
- windows-2022
scala: [3.3.3, 2.13.12]
scala: [3.3.3, 2.13.14]
java: [temurin@17]
project: [rootJVM, rootNative]
include:
Expand Down
2 changes: 1 addition & 1 deletion project/Versions.scala
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
object Versions {
val scala3 = "3.3.3"
val scala213 = "2.13.12"
val scala213 = "2.13.14"
val http4sVersion = "0.23.27"
val catsEffectVersion = "3.5.4"
val munitCEVersion = "2.0.0-RC1"
Expand Down

0 comments on commit 49c242a

Please sign in to comment.