Skip to content

Commit

Permalink
Merge pull request #2187 from scala-steward/update/scala-collection-c…
Browse files Browse the repository at this point in the history
…ompat-2.13.0

Update scala-collection-compat to 2.13.0
  • Loading branch information
jatcwang authored Feb 4, 2025
2 parents 7a8b52f + 888aa0e commit 2e39701
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -334,7 +334,7 @@ lazy val postgres = project
"co.fs2" %% "fs2-io" % fs2Version,
"org.postgresql" % "postgresql" % postgresVersion,
postgisDep % "provided",
"org.scala-lang.modules" %% "scala-collection-compat" % "2.12.0" % Test
"org.scala-lang.modules" %% "scala-collection-compat" % "2.13.0" % Test
),
freeGen2Dir := (Compile / scalaSource).value / "doobie" / "postgres" / "free",
freeGen2Package := "doobie.postgres.free",
Expand Down Expand Up @@ -498,7 +498,7 @@ lazy val bench = project
.enablePlugins(JmhPlugin)
.settings(
libraryDependencies ++= (if (scalaVersion.value == scala212Version)
Seq("org.scala-lang.modules" %% "scala-collection-compat" % "2.12.0")
Seq("org.scala-lang.modules" %% "scala-collection-compat" % "2.13.0")
else Seq.empty)
)
.dependsOn(core, postgres, hikari)
Expand Down

0 comments on commit 2e39701

Please sign in to comment.