Skip to content

Commit 44b982e

Browse files
committed
Update scala-collection-compat to 2.14.0
1 parent df14c7c commit 44b982e

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
@@ -46,7 +46,7 @@ lazy val commonSettings =
4646
Seq("org.scala-lang.modules" %% "scala-parallel-collections" % "1.2.0")
4747
}
4848
},
49-
libraryDependencies += "org.scala-lang.modules" %% "scala-collection-compat" % "2.13.0"
49+
libraryDependencies += "org.scala-lang.modules" %% "scala-collection-compat" % "2.14.0"
5050
)
5151

5252
lazy val publishSettings = Seq(

0 commit comments

Comments
 (0)