From f5f6bf264aaab93b3e27fc801decdf78c8474145 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Wed, 18 Nov 2020 05:50:39 +0000 Subject: [PATCH] Update dependency org.scala-lang.modules:scala-parallel-collections to v1 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index db77786f..38924100 100644 --- a/build.sbt +++ b/build.sbt @@ -77,7 +77,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" % "0.2.0", + "org.scala-lang.modules" %% "scala-parallel-collections" % "1.0.0", "org.bouncycastle" % "bcprov-jdk15on" % "1.67" ), // TODO(chord): remove exclusion when SessionActor is refactored: https://github.com/psforever/PSF-LoginServer/issues/279