Skip to content

Commit

Permalink
Update scala-collection-compat to fix scala.jdk.CollectionConverters …
Browse files Browse the repository at this point in the history
…issue (#1011)
  • Loading branch information
dacr authored and lihaoyi committed Oct 12, 2019
1 parent cdefbd9 commit 71e4df4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sc
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ object ops extends Cross[OpsModule](binCrossScalaVersions:_*)
class OpsModule(val crossScalaVersion: String) extends AmmModule{
def ivyDeps = Agg(
ivy"com.lihaoyi::os-lib:0.3.0",
ivy"org.scala-lang.modules::scala-collection-compat:2.0.0"
ivy"org.scala-lang.modules::scala-collection-compat:2.1.2"
)
def scalacOptions = super.scalacOptions().filter(!_.contains("acyclic"))
object test extends Tests
Expand Down

0 comments on commit 71e4df4

Please sign in to comment.