From 735a21a8049893efddfc064b21cf687f2d8db6e6 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Mon, 8 Mar 2021 17:15:46 +0000 Subject: [PATCH] Update dependency org.scala-lang.modules:scala-parallel-collections to v1.0.1 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index db6577777..dae93c209 100644 --- a/build.sbt +++ b/build.sbt @@ -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