Skip to content

Commit

Permalink
build: Update scala-collection-compat from 2.10.0 to 2.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
j5ik2o-bot[bot] committed Jun 16, 2023
1 parent 89fa52a commit 76aa5a6
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 @@ -50,7 +50,7 @@ object Dependencies {
}

object scala {
val collectionCompat: ModuleID = "org.scala-lang.modules" %% "scala-collection-compat" % "2.10.0"
val collectionCompat: ModuleID = "org.scala-lang.modules" %% "scala-collection-compat" % "2.11.0"
def reflect(version: String): ModuleID = "org.scala-lang" % "scala-reflect" % version
}

Expand Down

0 comments on commit 76aa5a6

Please sign in to comment.