Skip to content

Commit 4a11d07

Browse files
authored
Merge pull request #7 from Dwolla/update/cats-tagless-core-0.16.4
Update cats-tagless-core to 0.16.4
2 parents c3d6d7a + 7cb873e commit 4a11d07

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ lazy val core = crossProject(JVMPlatform, JSPlatform)
3131
libraryDependencies ++= Seq(
3232
"org.tpolecat" %%% "skunk-core" % "0.6.4",
3333
"org.tpolecat" %%% "natchez-core" % "0.3.8",
34-
"org.typelevel" %%% "cats-tagless-core" % "0.16.3",
34+
"org.typelevel" %%% "cats-tagless-core" % "0.16.4",
3535
"com.dwolla" %%% "natchez-tagless" % "0.2.6",
3636
"io.circe" %%% "circe-literal" % "0.14.15",
3737
"com.github.cb372" %%% "cats-retry" % (if (scalaVersion.value.startsWith("2") ) "3.1.3" else "4.0.0"),

0 commit comments

Comments
 (0)