Skip to content

Commit 981181a

Browse files
authored
Merge pull request #950 from scala-steward/update/scala-collection-compat-2.8.1
Update scala-collection-compat from 2.8.0 to 2.8.1
2 parents 63c703d + efe3ce2 commit 981181a

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)