Skip to content

Commit ff53c04

Browse files
committed
Merge branch 'master' into update/scala-collection-compat-2.3.0
2 parents 0c14eab + c3699f7 commit ff53c04

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

project/Dependencies.scala

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ object Dependencies {
2727
val monixEval = "io.monix" %% "monix-eval" % Versions.monix
2828
val postgresql = "org.postgresql" % "postgresql" % "42.2.18"
2929
val pureConfig = "com.github.pureconfig" %% "pureconfig" % "0.14.0"
30-
val scalaCollectionCompat = "org.scala-lang.modules" %% "scala-collection-compat" % "2.3.0"
31-
val scalafixScaluzzi = "com.github.vovapolu" %% "scaluzzi" % "0.1.15"
30+
val scalaCollectionCompat = "org.scala-lang.modules" %% "scala-collection-compat" % "2.2.0"
31+
val scalafixScaluzzi = "com.github.vovapolu" %% "scaluzzi" % "0.1.16"
3232
val scalafixSortImports = "com.nequissimus" %% "sort-imports" % "0.5.5"
3333
val scalaTest = "org.scalatest" %% "scalatest" % "3.2.3"
3434
val sentry = "io.sentry" % "sentry" % "3.2.0"

0 commit comments

Comments
 (0)