Skip to content

Commit 9af7555

Browse files
authored
Merge pull request #389 from scala-steward/update/scala-collection-compat-2.3.1
Update scala-collection-compat to 2.3.1
2 parents e030f2f + 72f5362 commit 9af7555

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
@@ -27,7 +27,7 @@ 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"
30+
val scalaCollectionCompat = "org.scala-lang.modules" %% "scala-collection-compat" % "2.3.1"
3131
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"

0 commit comments

Comments
 (0)