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

This commit is contained in:
Renovate Bot 2021-09-29 00:58:58 +00:00 committed by renovate[bot]
parent 8cbae08170
commit 8976717658

View file

@ -78,7 +78,7 @@ lazy val psforeverSettings = Seq(
"io.circe" %% "circe-core" % "0.14.1", "io.circe" %% "circe-core" % "0.14.1",
"io.circe" %% "circe-generic" % "0.14.1", "io.circe" %% "circe-generic" % "0.14.1",
"io.circe" %% "circe-parser" % "0.14.1", "io.circe" %% "circe-parser" % "0.14.1",
"org.scala-lang.modules" %% "scala-parallel-collections" % "1.0.3", "org.scala-lang.modules" %% "scala-parallel-collections" % "1.0.4",
"org.bouncycastle" % "bcprov-jdk15on" % "1.69" "org.bouncycastle" % "bcprov-jdk15on" % "1.69"
), ),
// TODO(chord): remove exclusion when SessionActor is refactored: https://github.com/psforever/PSF-LoginServer/issues/279 // TODO(chord): remove exclusion when SessionActor is refactored: https://github.com/psforever/PSF-LoginServer/issues/279