File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -92,7 +92,7 @@ object AkkaBuild {
92
92
93
93
lazy val scalafixSettings = Seq (
94
94
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 "
96
96
)
97
97
98
98
lazy val defaultSettings = scalafixSettings ++ resolverSettings ++
Original file line number Diff line number Diff line change @@ -82,7 +82,7 @@ object Dependencies {
82
82
val aeronDriver = " io.aeron" % " aeron-driver" % aeronVersion // ApacheV2
83
83
val aeronClient = " io.aeron" % " aeron-client" % aeronVersion // ApacheV2
84
84
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 "
86
86
87
87
object Docs {
88
88
val sprayJson = " io.spray" %% " spray-json" % " 1.3.3" % " test"
You can’t perform that action at this time.
0 commit comments