From 7ffadc0910021d1026c2701b35683e393f6a9973 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Fri, 9 Jul 2021 07:34:47 +0200 Subject: [PATCH] Update scala-collection-compat to 2.5.0 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index ffe3d2f..f486b25 100644 --- a/build.sbt +++ b/build.sbt @@ -29,7 +29,7 @@ lazy val core = Project("core", file("modules/core")) // mimaPreviousArtifacts := Set("com.github.jatcwang" %% "doobieroll" % "0.1.6"), libraryDependencies ++= Seq( "org.typelevel" %% "cats-core" % "2.6.1", - "org.scala-lang.modules" %% "scala-collection-compat" % "2.4.4", + "org.scala-lang.modules" %% "scala-collection-compat" % "2.5.0", "com.chuusai" %% "shapeless" % "2.3.7", "org.tpolecat" %% "doobie-core" % doobieVersion, ),