Skip to content

Commit

Permalink
Use crossScalaVersion instead of scalaVersion
Browse files Browse the repository at this point in the history
  • Loading branch information
lolgab committed Nov 13, 2021
1 parent c7caf70 commit 83ffa4b
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 @@ -247,7 +247,7 @@ object perftests extends Module{
}
def ivyDeps = Agg(
ivy"com.lihaoyi::utest::0.7.10",
ivy"org.scala-lang:scala-compiler:${scalaVersion()}"
ivy"org.scala-lang:scala-compiler:$crossScalaVersion"
)
}
}
Expand Down

0 comments on commit 83ffa4b

Please sign in to comment.