Skip to content

Commit

Permalink
Merge pull request #41 from typelevel/update/cats-core-2.11.0
Browse files Browse the repository at this point in the history
Update cats-core to 2.11.0
  • Loading branch information
mpilquist authored May 28, 2024
2 parents dd9302b + d380e57 commit 1486412
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 @@ -36,7 +36,7 @@ lazy val core = crossProject(JVMPlatform, JSPlatform, NativePlatform)
.settings(
name := "twiddles-core",
libraryDependencies ++= Seq(
"org.typelevel" %%% "cats-core" % "2.10.0",
"org.typelevel" %%% "cats-core" % "2.11.0",
"org.typelevel" %%% "munit-cats-effect" % "2.0.0" % Test,
"org.typelevel" %%% "scalacheck-effect-munit" % "2.0.0-M2" % Test
) ++ (if (scalaVersion.value.startsWith("2.")) Seq("com.chuusai" %%% "shapeless" % "2.3.11")
Expand Down

0 comments on commit 1486412

Please sign in to comment.