Skip to content

Commit d7e636f

Browse files
authored
Merge pull request #555 from scala-steward/update/scala-collection-compat-2.4.4
Update scala-collection-compat from 2.4.3 to 2.4.4
2 parents 0bd815e + c582420 commit d7e636f

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.20"
3030
val pureConfig = "com.github.pureconfig" %% "pureconfig" % "0.15.0"
31-
val scalaCollectionCompat = "org.scala-lang.modules" %% "scala-collection-compat" % "2.4.3"
31+
val scalaCollectionCompat = "org.scala-lang.modules" %% "scala-collection-compat" % "2.4.4"
3232
val scalafixScaluzzi = "com.github.vovapolu" %% "scaluzzi" % "0.1.18"
3333
val scalafixOrganizeImports = "com.github.liancheng" %% "organize-imports" % "0.5.0"
3434
val scalaTest = "org.scalatest" %% "scalatest" % "3.2.8"

0 commit comments

Comments
 (0)