Skip to content

Commit 6b492a2

Browse files
committed
revert scalameta version
1 parent 4966a0b commit 6b492a2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

build.sc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ object Deps {
4141

4242
val acyclic = ivy"com.lihaoyi::acyclic:0.2.0"
4343
val ammonite = ivy"com.lihaoyi:::ammonite:2.2.0"
44+
val scalametaTrees = ivy"org.scalameta::trees:4.3.7"
4445
val bloopConfig = ivy"ch.epfl.scala::bloop-config:1.4.0-RC1"
4546
val coursier = ivy"io.get-coursier::coursier:2.0.0-RC6-15"
4647
val flywayCore = ivy"org.flywaydb:flyway-core:6.0.1"
@@ -161,6 +162,7 @@ object main extends MillModule {
161162

162163
def ivyDeps = Agg(
163164
Deps.ammonite,
165+
Deps.scalametaTrees.forceVersion(),
164166
Deps.coursier,
165167
// Necessary so we can share the JNA classes throughout the build process
166168
Deps.jna,

0 commit comments

Comments
 (0)