Skip to content

Commit 494be18

Browse files
Update scala-parallel-collections to 1.0.1 (#367)
[skip ci]
1 parent b4a5140 commit 494be18

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ lazy val commonSettings =
5252
case Some((2, major)) if major <= 12 =>
5353
Seq()
5454
case _ =>
55-
Seq("org.scala-lang.modules" %% "scala-parallel-collections" % "1.0.0")
55+
Seq("org.scala-lang.modules" %% "scala-parallel-collections" % "1.0.1")
5656
}
5757
}
5858
)

0 commit comments

Comments
 (0)