We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 88fc13a + f4d8b70 commit 668f702Copy full SHA for 668f702
build.sbt
@@ -54,7 +54,7 @@ ThisBuild / dynverSeparator := "-"
54
val commonSettings = Seq(
55
organization := "com.kubukoz.playground",
56
libraryDependencies ++= Seq(
57
- "org.typelevel" %% "cats-core" % "2.12.0",
+ "org.typelevel" %% "cats-core" % "2.13.0",
58
"org.typelevel" %% "cats-mtl" % "1.5.0",
59
"com.disneystreaming" %% "weaver-cats" % "0.8.4" % Test,
60
"com.disneystreaming" %% "weaver-discipline" % "0.8.4" % Test,
0 commit comments