Skip to content

Commit

Permalink
Update scala-collection-compat to 2.12.0 (#424)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored Jul 11, 2024
1 parent 34bdab4 commit 16ec84c
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 @@ -30,7 +30,7 @@ object Dependencies {

val jsoup = "org.jsoup" % "jsoup" % "1.18.1"

val scalaCollectionCompat = "org.scala-lang.modules" %% "scala-collection-compat" % "2.11.0" % Compile
val scalaCollectionCompat = "org.scala-lang.modules" %% "scala-collection-compat" % "2.12.0" % Compile

// because idea plugin packager would only take the root jar which has no classes
// somehow it fails to see the transitive dependencies (even though the code says it should)
Expand Down

0 comments on commit 16ec84c

Please sign in to comment.