We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1883d51 + d8d5c44 commit 90fc635Copy full SHA for 90fc635
build.sbt
@@ -30,7 +30,7 @@ lazy val core = crossProject(JVMPlatform, JSPlatform)
30
.settings(
31
name := "uuid4cats-effect",
32
libraryDependencies ++= Seq(
33
- "org.typelevel" %%% "cats-core" % "2.9.0",
+ "org.typelevel" %%% "cats-core" % "2.10.0",
34
"org.typelevel" %%% "cats-effect" % "3.5.1",
35
"org.scalameta" %%% "munit" % "0.7.29" % Test,
36
"org.typelevel" %%% "munit-cats-effect-3" % "1.0.7" % Test
0 commit comments