We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c3d6d7a + 7cb873e commit 4a11d07Copy full SHA for 4a11d07
build.sbt
@@ -31,7 +31,7 @@ lazy val core = crossProject(JVMPlatform, JSPlatform)
31
libraryDependencies ++= Seq(
32
"org.tpolecat" %%% "skunk-core" % "0.6.4",
33
"org.tpolecat" %%% "natchez-core" % "0.3.8",
34
- "org.typelevel" %%% "cats-tagless-core" % "0.16.3",
+ "org.typelevel" %%% "cats-tagless-core" % "0.16.4",
35
"com.dwolla" %%% "natchez-tagless" % "0.2.6",
36
"io.circe" %%% "circe-literal" % "0.14.15",
37
"com.github.cb372" %%% "cats-retry" % (if (scalaVersion.value.startsWith("2") ) "3.1.3" else "4.0.0"),
0 commit comments