Skip to content

Commit 871184f

Browse files
collection-compat 0.3.0
1 parent ad67ccb commit 871184f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

project/AkkaBuild.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ object AkkaBuild {
9292

9393
lazy val scalafixSettings = Seq(
9494
scalacOptions += "-Yrangepos",
95-
scalafixDepedencies += "org.scala-lang.modules" % "scala-collection-migrations" % "0.1-SNAPSHOT"
95+
scalafixDepedencies += "org.scala-lang.modules" % "scala-collection-migrations" % "0.3.0"
9696
)
9797

9898
lazy val defaultSettings = scalafixSettings ++ resolverSettings ++

project/Dependencies.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ object Dependencies {
8282
val aeronDriver = "io.aeron" % "aeron-driver" % aeronVersion // ApacheV2
8383
val aeronClient = "io.aeron" % "aeron-client" % aeronVersion // ApacheV2
8484

85-
val collectionCompat = "org.scala-lang.modules" %% "scala-collection-compat" % "0.2.0-SNAPSHOT"
85+
val collectionCompat = "org.scala-lang.modules" %% "scala-collection-compat" % "0.3.0"
8686

8787
object Docs {
8888
val sprayJson = "io.spray" %% "spray-json" % "1.3.3" % "test"

0 commit comments

Comments
 (0)