We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 80419e4 commit e8d51c8Copy full SHA for e8d51c8
build.sbt
@@ -47,7 +47,7 @@ lazy val `postgresql-init-core` = (project in file("."))
47
"org.typelevel" %% "feral-lambda-cloudformation-custom-resource" % feralVersion,
48
"org.tpolecat" %% "natchez-xray" % natchezVersion,
49
"org.tpolecat" %% "natchez-http4s" % "0.6.1",
50
- "org.typelevel" %% "cats-tagless-core" % "0.16.3-85-591274f-SNAPSHOT", // see https://github.com/typelevel/cats-tagless/issues/652
+ "org.typelevel" %% "cats-tagless-core" % "0.16.4", // see https://github.com/typelevel/cats-tagless/issues/652
51
"org.http4s" %% "http4s-ember-client" % "0.23.32",
52
"io.circe" %% "circe-parser" % circeV,
53
"io.circe" %% "circe-generic" % circeV,
0 commit comments