Skip to content

Commit ddcffd5

Browse files
Update scala-collection-compat to 2.13.0 (#717)
1 parent ad84e2e commit ddcffd5

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
@@ -64,7 +64,7 @@ lazy val commonSettings = Seq(
6464
"com.github.vovapolu" %% "scaluzzi" % "0.1.23"
6565
),
6666
libraryDependencies ++= Seq(
67-
"org.scala-lang.modules" %% "scala-collection-compat" % "2.12.0",
67+
"org.scala-lang.modules" %% "scala-collection-compat" % "2.13.0",
6868
"javax.annotation" % "javax.annotation-api" % "1.3.2",
6969
"junit" % "junit" % "4.13.2" % Test,
7070
"org.scalatest" %% "scalatest" % "3.2.17" % Test,

0 commit comments

Comments
 (0)