Skip to content

Commit

Permalink
Update scala-collection-compat to 2.4.3 (#237)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored Mar 30, 2021
1 parent 8aa99d5 commit aa26039
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ lazy val commonSettings = Seq(
"com.github.vovapolu" %% "scaluzzi" % "0.1.18"
),
libraryDependencies ++= Seq(
"org.scala-lang.modules" %% "scala-collection-compat" % "2.4.2",
"org.scala-lang.modules" %% "scala-collection-compat" % "2.4.3",
"javax.annotation" % "javax.annotation-api" % "1.3.2",
"junit" % "junit" % "4.13.2" % Test,
"org.scalatest" %% "scalatest" % "3.2.6" % Test,
Expand Down

0 comments on commit aa26039

Please sign in to comment.