Skip to content

Commit b3ab5df

Browse files
committed
Update cats-core to 2.9.0
1 parent d7b21b7 commit b3ab5df

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
@@ -41,7 +41,7 @@ lazy val core = crossProject(JSPlatform, JVMPlatform, NativePlatform)
4141
name := "diffson-core",
4242
libraryDependencies ++= Seq(
4343
"org.scala-lang.modules" %%% "scala-collection-compat" % "2.8.1",
44-
"org.typelevel" %%% "cats-core" % "2.8.0",
44+
"org.typelevel" %%% "cats-core" % "2.9.0",
4545
"org.scalatest" %%% "scalatest" % scalatestVersion % Test,
4646
"org.scalacheck" %%% "scalacheck" % scalacheckVersion % Test
4747
),

0 commit comments

Comments
 (0)