We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d658dd5 commit b5feec2Copy full SHA for b5feec2
.github/workflows/ci.yml
@@ -35,7 +35,7 @@ jobs:
35
- macos-11
36
- macos-12
37
- windows-2022
38
- scala: [3.3.3, 2.13.12]
+ scala: [3.3.3, 2.13.18]
39
java: [temurin@17]
40
project: [rootJVM, rootNative]
41
include:
project/Versions.scala
@@ -1,6 +1,6 @@
1
object Versions {
2
val scala3 = "3.3.3"
3
- val scala213 = "2.13.12"
+ val scala213 = "2.13.18"
4
val http4sVersion = "0.23.27"
5
val catsEffectVersion = "3.5.4"
6
val munitCEVersion = "2.0.0-RC1"
0 commit comments