Skip to content

Commit

Permalink
Merge pull request #29 from scala-steward/update/cats-core-2.10.0
Browse files Browse the repository at this point in the history
Update cats-core to 2.10.0
  • Loading branch information
CJSmith-0141 authored Aug 16, 2023
2 parents e8454da + 5ee7eaf commit f8cf817
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 @@ -16,7 +16,7 @@ val catsEffectVersion = "3.5.1"
val log4CatsVersion = "2.6.0"

val commonLibraryDependencies = Seq(
"org.typelevel" %% "cats-core" % "2.9.0",
"org.typelevel" %% "cats-core" % "2.10.0",
"org.typelevel" %% "cats-effect" % catsEffectVersion,
"org.typelevel" %% "cats-effect-kernel" % catsEffectVersion,
"org.typelevel" %% "cats-effect-std" % catsEffectVersion,
Expand Down

0 comments on commit f8cf817

Please sign in to comment.