Skip to content

Commit

Permalink
Merge pull request #98 from Dwolla/update/cats-tagless-core-0.16.2
Browse files Browse the repository at this point in the history
Update cats-tagless-core, ... to 0.16.2
  • Loading branch information
mergify[bot] authored Sep 13, 2024
2 parents 7318abb + 1098188 commit bb9bc2a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ lazy val core = crossProject(JVMPlatform, JSPlatform)
libraryDependencies ++= Seq(
"org.tpolecat" %%% "natchez-core" % "0.3.6",
"org.tpolecat" %%% "natchez-mtl" % "0.3.6",
"org.typelevel" %%% "cats-tagless-core" % "0.16.1",
"org.typelevel" %%% "cats-tagless-core" % "0.16.2",
"org.typelevel" %%% "cats-mtl" % "1.5.0",
"org.typelevel" %%% "log4cats-noop" % "2.7.0",
"io.circe" %%% "circe-core" % "0.14.10",
Expand All @@ -74,7 +74,7 @@ lazy val scalacache = crossProject(JVMPlatform)
"io.circe" %%% "circe-generic" % "0.14.10",
),
libraryDependencies ++= {
if (scalaBinaryVersion.value.startsWith("2")) Seq("org.typelevel" %%% "cats-tagless-macros" % "0.16.1")
if (scalaBinaryVersion.value.startsWith("2")) Seq("org.typelevel" %%% "cats-tagless-macros" % "0.16.2")
else Seq.empty
},
)
Expand Down

0 comments on commit bb9bc2a

Please sign in to comment.