Skip to content

Commit f6f2c5b

Browse files
authored
Merge pull request #357 from scala-steward/update/scala-collection-compat-2.11.0
Update scala-collection-compat to 2.11.0
2 parents c3d3914 + c148850 commit f6f2c5b

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.10.0",
43+
"org.scala-lang.modules" %%% "scala-collection-compat" % "2.11.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)