Skip to content
This repository was archived by the owner on Jan 30, 2023. It is now read-only.

Commit c0322a9

Browse files
Update scala-collection-compat to 2.1.4 (#13)
1 parent 9d5ea90 commit c0322a9

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
@@ -59,7 +59,7 @@ cancelable in Global := true
5959

6060
// Lib dependencies
6161
libraryDependencies ++= Seq(
62-
"org.scala-lang.modules" %% "scala-collection-compat" % "2.1.3",
62+
"org.scala-lang.modules" %% "scala-collection-compat" % "2.1.4",
6363
"org.scalariform" %% "scalariform" % "0.2.10",
6464
"com.typesafe" % "config" % "1.4.0",
6565
"junit" % "junit" % "4.13" % "test",

0 commit comments

Comments
 (0)