Skip to content

Commit

Permalink
Merge pull request #784 from scala-steward/update/scala-collection-co…
Browse files Browse the repository at this point in the history
…mpat-2.13.0

Update scala-collection-compat to 2.13.0
  • Loading branch information
jcazevedo authored Feb 4, 2025
2 parents e111cd2 + a575372 commit 8238e23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ object Dependencies {
val PekkoStreamTestkit = "org.apache.pekko" %% "pekko-stream-testkit" % Versions.Pekko
val PekkoTestkit = "org.apache.pekko" %% "pekko-testkit" % Versions.Pekko
val ScalaCheck = "org.scalacheck" %% "scalacheck" % Versions.ScalaCheck
val ScalaCollectionCompat = "org.scala-lang.modules" %% "scala-collection-compat" % "2.12.0"
val ScalaCollectionCompat = "org.scala-lang.modules" %% "scala-collection-compat" % "2.13.0"
val ScalaLogging = "com.typesafe.scala-logging" %% "scala-logging" % Versions.ScalaLogging
val ScalaPool = "io.github.andrebeat" %% "scala-pool" % Versions.ScalaPool
val ScalaTestCore = "org.scalatest" %% "scalatest-core" % Versions.ScalaTest
Expand Down

0 comments on commit 8238e23

Please sign in to comment.