Skip to content

Commit

Permalink
Update scala-collection-compat to 2.8.1 (#1395)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward-bot committed Jul 29, 2022
1 parent d1402eb commit 20c0023
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Expand Up @@ -4,7 +4,7 @@ import Keys._
object Dependencies {
lazy val parserCombinators = "org.scala-lang.modules" %% "scala-parser-combinators" % "2.1.1"
lazy val xml = "org.scala-lang.modules" %% "scala-xml" % "2.1.0"
lazy val collectionCompact = "org.scala-lang.modules" %% "scala-collection-compat" % "2.8.0"
lazy val collectionCompact = "org.scala-lang.modules" %% "scala-collection-compat" % "2.8.1"
lazy val akkaActor = "com.typesafe.akka" %% "akka-actor" % akkaVersion
lazy val akkaTestkit = "com.typesafe.akka" %% "akka-testkit" % akkaVersion
lazy val commonsFileupload = "commons-fileupload" % "commons-fileupload" % "1.4"
Expand Down

0 comments on commit 20c0023

Please sign in to comment.