Skip to content

Commit f46ac3b

Browse files
scala-stewardkiendang
authored andcommitted
Update scala-collection-compat to 2.7.0
1 parent 2880d74 commit f46ac3b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

project/Dependencies.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import sbt._
22

33
object Dependencies {
44
lazy val scalaCollectionCompat =
5-
"org.scala-lang.modules" %% "scala-collection-compat" % "2.6.0"
5+
"org.scala-lang.modules" %% "scala-collection-compat" % "2.7.0"
66
lazy val scalaTest = "org.scalatest" %% "scalatest" % "3.2.11"
77
lazy val jimfs = "com.google.jimfs" % "jimfs" % "1.2"
88
lazy val organizeImports = "com.github.liancheng" %% "organize-imports" % "0.5.0"

0 commit comments

Comments
 (0)