We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5061318 + c8c5cf4 commit dc6f71aCopy full SHA for dc6f71a
1 file changed
build.sbt
@@ -1,11 +1,11 @@
1
import sbtcrossproject.CrossPlugin.autoImport.{crossProject, CrossType}
2
3
4
-val catsV = "2.0.0"
+val catsV = "2.1.0"
5
val catsEffectV = "2.0.0"
6
val fs2V = "2.2.1"
7
-val http4sV = "0.21.0-M6"
8
-val circeV = "0.12.3"
+val http4sV = "0.21.0-RC2"
+val circeV = "0.13.0-RC1"
9
val catsEffectTestingV = "0.3.0"
10
val log4catsV = "1.0.1"
11
val logbackClassicV = "1.2.3"
0 commit comments