We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2238547 + 42f4917 commit fb20cdaCopy full SHA for fb20cda
build.sbt
@@ -50,7 +50,7 @@ lazy val core = crossProject(JVMPlatform, JSPlatform)
50
"org.typelevel" %%% "cats-mtl" % "1.6.0",
51
"org.typelevel" %%% "log4cats-noop" % "2.7.1",
52
"io.circe" %%% "circe-core" % "0.14.15",
53
- "com.dwolla" %%% "scala2-notgiven-compat" % "0.1-90f5de2-SNAPSHOT",
+ "com.dwolla" %%% "scala2-notgiven-compat" % "0.1-808c9ca-SNAPSHOT",
54
"org.tpolecat" %%% "natchez-testkit" % "0.3.8" % Test,
55
"org.typelevel" %% "munit-cats-effect" % "2.1.0" % Test,
56
"org.typelevel" %% "scalacheck-effect" % "2.0.0-M2" % Test,
0 commit comments