Skip to content

Commit 28301bf

Browse files
committed
Update scala-collection-compat to 2.4.2
1 parent fbf30f1 commit 28301bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

project/Dependencies.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ object Dependencies {
2828
val monixEval = "io.monix" %% "monix-eval" % Versions.monix
2929
val postgresql = "org.postgresql" % "postgresql" % "42.2.18"
3030
val pureConfig = "com.github.pureconfig" %% "pureconfig" % "0.14.0"
31-
val scalaCollectionCompat = "org.scala-lang.modules" %% "scala-collection-compat" % "2.4.1"
31+
val scalaCollectionCompat = "org.scala-lang.modules" %% "scala-collection-compat" % "2.4.2"
3232
val scalafixScaluzzi = "com.github.vovapolu" %% "scaluzzi" % "0.1.17"
3333
val scalafixOrganizeImports = "com.github.liancheng" %% "organize-imports" % "0.5.0"
3434
val scalaTest = "org.scalatest" %% "scalatest" % "3.2.3"

0 commit comments

Comments
 (0)