Skip to content

Commit 90fc635

Browse files
authored
Merge pull request #27 from scala-steward/update/cats-core-2.10.0
Update cats-core to 2.10.0
2 parents 1883d51 + d8d5c44 commit 90fc635

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ lazy val core = crossProject(JVMPlatform, JSPlatform)
3030
.settings(
3131
name := "uuid4cats-effect",
3232
libraryDependencies ++= Seq(
33-
"org.typelevel" %%% "cats-core" % "2.9.0",
33+
"org.typelevel" %%% "cats-core" % "2.10.0",
3434
"org.typelevel" %%% "cats-effect" % "3.5.1",
3535
"org.scalameta" %%% "munit" % "0.7.29" % Test,
3636
"org.typelevel" %%% "munit-cats-effect-3" % "1.0.7" % Test

0 commit comments

Comments
 (0)