Skip to content

Commit 3344bb8

Browse files
authored
Merge pull request #65 from typelevel/update/cats-core-2.10.0
Update cats-core to 2.10.0
2 parents c61f4a9 + 4749e44 commit 3344bb8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ lazy val core = crossProject(JVMPlatform)
4242
.settings(
4343
name := "catapult",
4444
libraryDependencies ++= Seq(
45-
"org.typelevel" %%% "cats-core" % "2.9.0",
45+
"org.typelevel" %%% "cats-core" % "2.10.0",
4646
"org.typelevel" %%% "cats-effect" % "3.5.2",
4747
"co.fs2" %%% "fs2-core" % "3.9.2",
4848
"com.launchdarkly" % "launchdarkly-java-server-sdk" % "6.2.1",

0 commit comments

Comments
 (0)