We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 442a410 commit fdfa906Copy full SHA for fdfa906
build.sbt
@@ -103,7 +103,7 @@ lazy val legacy = (project in file("legacy"))
103
"org.scalaz" %% "scalaz-core" % "7.3.8",
104
"com.typesafe.akka" %% "akka-http-core" % "10.2.10",
105
"com.typesafe.akka" %% "akka-stream" % "2.6.20",
106
- "org.typelevel" %% "cats-core" % "2.12.0",
+ "org.typelevel" %% "cats-core" % "2.13.0",
107
"com.lihaoyi" %% "ammonite-ops" % "2.4.1",
108
"com.typesafe.play" %% "play-ahc-ws-standalone" % "2.1.11",
109
"org.scalikejdbc" %% "scalikejdbc" % versions.scalikejdbc,
0 commit comments