Skip to content

Commit 6aac3e9

Browse files
Update cats-core to 2.13.0
1 parent 4fc97ea commit 6aac3e9

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
@@ -36,7 +36,7 @@ lazy val core = crossProject(JVMPlatform, JSPlatform, NativePlatform)
3636
.settings(
3737
name := "twiddles-core",
3838
libraryDependencies ++= Seq(
39-
"org.typelevel" %%% "cats-core" % "2.12.0",
39+
"org.typelevel" %%% "cats-core" % "2.13.0",
4040
"org.scalameta" %%% "munit" % "1.0.1"
4141
) ++ (if (scalaVersion.value.startsWith("2.")) Seq("com.chuusai" %%% "shapeless" % "2.3.12")
4242
else Nil),

0 commit comments

Comments
 (0)