From 8976717658731dbcb6f82efd9d6c896fde67368b Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Wed, 29 Sep 2021 00:58:58 +0000 Subject: [PATCH] Update dependency org.scala-lang.modules:scala-parallel-collections to v1.0.4 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 7fcbbb1b1..2b0272fe7 100644 --- a/build.sbt +++ b/build.sbt @@ -78,7 +78,7 @@ lazy val psforeverSettings = Seq( "io.circe" %% "circe-core" % "0.14.1", "io.circe" %% "circe-generic" % "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" ), // TODO(chord): remove exclusion when SessionActor is refactored: https://github.com/psforever/PSF-LoginServer/issues/279