Skip to content

Commit a585d88

Browse files
Update scala-collection-compat to 2.13.0 (#1246)
1 parent 40046f8 commit a585d88

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
@@ -153,7 +153,7 @@ lazy val `jsoniter-scala-core` = crossProject(JVMPlatform, JSPlatform, NativePla
153153
.settings(
154154
crossScalaVersions := Seq("3.3.5", "2.13.16", "2.12.20"),
155155
libraryDependencies ++= Seq(
156-
"org.scala-lang.modules" %%% "scala-collection-compat" % "2.12.0" % Test,
156+
"org.scala-lang.modules" %%% "scala-collection-compat" % "2.13.0" % Test,
157157
"org.scalatestplus" %%% "scalacheck-1-18" % "3.2.19.0" % Test,
158158
"org.scalatest" %%% "scalatest" % "3.2.19" % Test
159159
)
@@ -193,7 +193,7 @@ lazy val `jsoniter-scala-macros` = crossProject(JVMPlatform, JSPlatform, NativeP
193193
}) ++ Seq(
194194
"com.epam.deltix" % "dfp" % "1.0.3" % Test,
195195
"org.scalatest" %%% "scalatest" % "3.2.19" % Test,
196-
"org.scala-lang.modules" %%% "scala-collection-compat" % "2.12.0" % Test
196+
"org.scala-lang.modules" %%% "scala-collection-compat" % "2.13.0" % Test
197197
)
198198
)
199199

0 commit comments

Comments
 (0)