Skip to content

Commit 816ef37

Browse files
committed
Update scala-collection-compat to 2.10.0
1 parent 0dbfd13 commit 816ef37

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
@@ -40,7 +40,7 @@ lazy val core = crossProject(JSPlatform, JVMPlatform, NativePlatform)
4040
.settings(
4141
name := "diffson-core",
4242
libraryDependencies ++= Seq(
43-
"org.scala-lang.modules" %%% "scala-collection-compat" % "2.9.0",
43+
"org.scala-lang.modules" %%% "scala-collection-compat" % "2.10.0",
4444
"org.typelevel" %%% "cats-core" % "2.9.0",
4545
"org.scalatest" %%% "scalatest" % scalatestVersion % Test,
4646
"org.scalacheck" %%% "scalacheck" % scalacheckVersion % Test

0 commit comments

Comments
 (0)