Skip to content

Commit efe3ce2

Browse files
committed
Update scala-collection-compat from 2.8.0 to 2.8.1
1 parent 8fc5a8e commit efe3ce2

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
@@ -31,7 +31,7 @@ object Dependencies {
3131
val postgresql = "org.postgresql" % "postgresql" % "42.4.0"
3232
val pureConfigCore = "com.github.pureconfig" %% "pureconfig-core" % Versions.pureConfig
3333
val pureConfigGeneric = "com.github.pureconfig" %% "pureconfig-generic" % Versions.pureConfig
34-
val scalaCollectionCompat = "org.scala-lang.modules" %% "scala-collection-compat" % "2.8.0"
34+
val scalaCollectionCompat = "org.scala-lang.modules" %% "scala-collection-compat" % "2.8.1"
3535
val scalafixScaluzzi = "com.github.vovapolu" %% "scaluzzi" % "0.1.21"
3636
val scalafixOrganizeImports = "com.github.liancheng" %% "organize-imports" % "0.6.0"
3737
val scalaTest = "org.scalatest" %% "scalatest" % "3.2.12"

0 commit comments

Comments
 (0)