Skip to content

Commit

Permalink
Merge pull request #91 from Dwolla/update/cats-tagless-core-0.16.1
Browse files Browse the repository at this point in the history
Update cats-tagless-core, ... to 0.16.1
  • Loading branch information
bpholt authored Jun 7, 2024
2 parents 957965c + 33cd684 commit bc9f98a
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.5",
"org.tpolecat" %%% "natchez-mtl" % "0.3.5",
"org.typelevel" %%% "cats-tagless-core" % "0.15.0",
"org.typelevel" %%% "cats-tagless-core" % "0.16.1",
"org.typelevel" %%% "cats-mtl" % "1.4.0",
"org.typelevel" %%% "log4cats-noop" % "2.7.0",
"io.circe" %%% "circe-core" % "0.14.7",
Expand All @@ -74,7 +74,7 @@ lazy val scalacache = crossProject(JVMPlatform)
"io.circe" %%% "circe-generic" % "0.14.7",
),
libraryDependencies ++= {
if (scalaBinaryVersion.value.startsWith("2")) Seq("org.typelevel" %%% "cats-tagless-macros" % "0.15.0")
if (scalaBinaryVersion.value.startsWith("2")) Seq("org.typelevel" %%% "cats-tagless-macros" % "0.16.1")
else Seq.empty
},
)
Expand Down

0 comments on commit bc9f98a

Please sign in to comment.