Skip to content

Commit

Permalink
Update cats-tagless-core to 0.16.2
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Jul 14, 2024
1 parent e138373 commit 69f066e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ lazy val kernel = module("kernel").settings(
libraryDependencies ++= Seq(
"co.fs2" %% "fs2-core" % Versions.Fs2,
"org.typelevel" %% "cats-effect" % Versions.CatsEffect,
"org.typelevel" %% "cats-tagless-core" % "0.15.0",
"org.typelevel" %% "cats-tagless-core" % "0.16.2",
"org.typelevel" %% "cats-laws" % "2.9.0" % Test,
"com.disneystreaming" %% "weaver-discipline" % Versions.Weaver % Test
)
Expand Down

0 comments on commit 69f066e

Please sign in to comment.