Update dependency org.scala-lang.modules:scala-parallel-collections to v1.0.3

This commit is contained in:
Renovate Bot 2021-05-13 21:40:31 +00:00 committed by renovate[bot]
parent a477c0548a
commit 937e3ddec4

View file

@ -78,7 +78,7 @@ lazy val psforeverSettings = Seq(
"io.circe" %% "circe-core" % "0.13.0",
"io.circe" %% "circe-generic" % "0.13.0",
"io.circe" %% "circe-parser" % "0.13.0",
"org.scala-lang.modules" %% "scala-parallel-collections" % "1.0.2",
"org.scala-lang.modules" %% "scala-parallel-collections" % "1.0.3",
"org.bouncycastle" % "bcprov-jdk15on" % "1.68",
"org.codehaus.janino" % "janino" % "3.1.4"
),