Skip to content

Commit 6c4ac0a

Browse files
Update scala-collection-compat to 2.14.0 (plokhotnyuk#1324)
1 parent 8a75cb7 commit 6c4ac0a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.sbt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ lazy val `jsoniter-scala-core` = crossProject(JVMPlatform, JSPlatform, NativePla
176176
)
177177
}),
178178
libraryDependencies ++= Seq(
179-
"org.scala-lang.modules" %%% "scala-collection-compat" % "2.13.0" % Test,
179+
"org.scala-lang.modules" %%% "scala-collection-compat" % "2.14.0" % Test,
180180
"org.scalatestplus" %%% "scalacheck-1-18" % "3.2.19.0" % Test,
181181
"org.scalatest" %%% "scalatest" % "3.2.19" % Test
182182
)
@@ -222,7 +222,7 @@ lazy val `jsoniter-scala-macros` = crossProject(JVMPlatform, JSPlatform, NativeP
222222
}) ++ Seq(
223223
"com.epam.deltix" % "dfp" % "1.0.10" % Test,
224224
"org.scalatest" %%% "scalatest" % "3.2.19" % Test,
225-
"org.scala-lang.modules" %%% "scala-collection-compat" % "2.13.0" % Test
225+
"org.scala-lang.modules" %%% "scala-collection-compat" % "2.14.0" % Test
226226
)
227227
)
228228

0 commit comments

Comments
 (0)