From 97968f6d81f35f7fe1166324ac989c343396ed9a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 16 Aug 2026 12:43:32 +0000 Subject: [PATCH] Bump org.scala-lang.modules:scala-parallel-collections_3 Bumps [org.scala-lang.modules:scala-parallel-collections_3](https://github.com/scala/scala-parallel-collections) from 1.0.4 to 1.2.0. - [Release notes](https://github.com/scala/scala-parallel-collections/releases) - [Commits](https://github.com/scala/scala-parallel-collections/compare/v1.0.4...v1.2.0) --- updated-dependencies: - dependency-name: org.scala-lang.modules:scala-parallel-collections_3 dependency-version: 1.2.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index db236c8..fc28be5 100644 --- a/build.gradle +++ b/build.gradle @@ -17,7 +17,7 @@ bb4 { dependencies { // starting in scala 2.13, parallel collections must be included separately - implementation 'org.scala-lang.modules:scala-parallel-collections_3:1.0.4' + implementation 'org.scala-lang.modules:scala-parallel-collections_3:1.2.0' implementation 'com.barrybecker4:bb4-ui:2.1-SNAPSHOT' implementation 'com.barrybecker4:bb4-math:2.1-SNAPSHOT' implementation 'com.barrybecker4:bb4-common:2.1-SNAPSHOT'