Skip to content

Commit

Permalink
Update scala-collection-compat to 2.1.6 (#69)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored Apr 20, 2020
1 parent fdd73a9 commit 31dc213
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 @@ -58,7 +58,7 @@ lazy val commonSettings = Seq(
),
resolvers += Resolver.jcenterRepo,
libraryDependencies ++= Seq(
"org.scala-lang.modules" %% "scala-collection-compat" % "2.1.5",
"org.scala-lang.modules" %% "scala-collection-compat" % "2.1.6",
"javax.annotation" % "javax.annotation-api" % "1.3.2",
"junit" % "junit" % "4.13" % "test",
"org.scalatest" %% "scalatest" % "3.1.1" % "test",
Expand Down

0 comments on commit 31dc213

Please sign in to comment.