We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a70a0ea commit 35b2782Copy full SHA for 35b2782
build.sbt
@@ -42,7 +42,7 @@ lazy val `mysql-init-custom-resource` = (project in file("."))
42
"org.tpolecat" %% "natchez-noop" % natchezVersion,
43
"org.tpolecat" %% "natchez-xray" % natchezVersion,
44
"org.tpolecat" %% "natchez-http4s" % "0.3.2",
45
- "org.typelevel" %% "cats-tagless-macros" % "0.14.0",
+ "org.typelevel" %% "cats-tagless-macros" % "0.16.4",
46
"org.http4s" %% "http4s-ember-client" % http4sVersion,
47
"io.circe" %% "circe-parser" % circeVersion,
48
"io.circe" %% "circe-generic" % circeVersion,
0 commit comments