We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4966a0b commit 6b492a2Copy full SHA for 6b492a2
build.sc
@@ -41,6 +41,7 @@ object Deps {
41
42
val acyclic = ivy"com.lihaoyi::acyclic:0.2.0"
43
val ammonite = ivy"com.lihaoyi:::ammonite:2.2.0"
44
+ val scalametaTrees = ivy"org.scalameta::trees:4.3.7"
45
val bloopConfig = ivy"ch.epfl.scala::bloop-config:1.4.0-RC1"
46
val coursier = ivy"io.get-coursier::coursier:2.0.0-RC6-15"
47
val flywayCore = ivy"org.flywaydb:flyway-core:6.0.1"
@@ -161,6 +162,7 @@ object main extends MillModule {
161
162
163
def ivyDeps = Agg(
164
Deps.ammonite,
165
+ Deps.scalametaTrees.forceVersion(),
166
Deps.coursier,
167
// Necessary so we can share the JNA classes throughout the build process
168
Deps.jna,
0 commit comments