We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dda8f4c commit a3fa201Copy full SHA for a3fa201
build.sbt
@@ -3,7 +3,7 @@ ThisBuild / tlBaseVersion := "0.4"
3
ThisBuild / crossScalaVersions := Seq(V.scala213, V.scala212)
4
ThisBuild / scalaVersion := (ThisBuild / crossScalaVersions).value.head
5
6
-lazy val CatsVersion = "2.12.0"
+lazy val CatsVersion = "2.13.0"
7
lazy val CatsEffectVersion = "3.5.7"
8
lazy val Fs2Version = "3.11.0"
9
lazy val Http4sVersion = "0.23.30"
0 commit comments