Merge pull request #712 from psforever/renovate/org.scala-lang.modules-scala-parallel-collections-1.x

Update dependency org.scala-lang.modules:scala-parallel-collections to v1.0.1
This commit is contained in:
Mazo 2021-03-15 17:48:44 +00:00 committed by GitHub
commit b963792f97
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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.0",
"org.scala-lang.modules" %% "scala-parallel-collections" % "1.0.1",
"org.bouncycastle" % "bcprov-jdk15on" % "1.68"
),
// TODO(chord): remove exclusion when SessionActor is refactored: https://github.com/psforever/PSF-LoginServer/issues/279