Skip to content

Commit

Permalink
Update scala-collection-compat to 2.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Jul 9, 2021
1 parent c84683d commit 7ffadc0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Expand Up @@ -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,
),
Expand Down

0 comments on commit 7ffadc0

Please sign in to comment.