Skip to content

Commit bc3a1dc

Browse files
committed
Update scala-collection-compat to 2.14.0
1 parent 99f8ff0 commit bc3a1dc

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
@@ -47,7 +47,7 @@ lazy val core = crossProject(JSPlatform, JVMPlatform, NativePlatform)
4747
.settings(
4848
name := "diffson-core",
4949
libraryDependencies ++= Seq(
50-
"org.scala-lang.modules" %%% "scala-collection-compat" % "2.13.0",
50+
"org.scala-lang.modules" %%% "scala-collection-compat" % "2.14.0",
5151
"org.typelevel" %%% "cats-core" % "2.13.0",
5252
"org.scalatest" %%% "scalatest" % scalatestVersion % Test,
5353
"org.scalacheck" %%% "scalacheck" % scalacheckVersion % Test

0 commit comments

Comments
 (0)