Skip to content

Commit 257e294

Browse files
committed
re-add Ammonite (they upgraded Scalameta)
1 parent 9393d74 commit 257e294

File tree

3 files changed

+21
-0
lines changed

3 files changed

+21
-0
lines changed

community.conf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -186,6 +186,7 @@ include "proj/algebird.conf"
186186
include "proj/algebra.conf"
187187
include "proj/alpakka-kafka.conf"
188188
include "proj/americium.conf"
189+
include "proj/ammonite.conf"
189190
include "proj/atto.conf"
190191
include "proj/avro4s.conf"
191192
include "proj/base64.conf"

proj/ammonite.conf

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
// https://github.com/scalacommunitybuild/Ammonite.git#community-build-2.13 # was com-lihaoyi, main
2+
3+
// forked to add sbt build (instead of mill); fork refreshed February 2025
4+
5+
vars.proj.ammonite: ${vars.base} {
6+
name: "ammonite"
7+
uri: "https://github.com/scalacommunitybuild/Ammonite.git#00513bdb6bbfaf76923c8861576c19632c2f5cef"
8+
9+
// it would be nice to actually run the tests and not just compile them...
10+
extra.test-tasks: ["compile"]
11+
}

projs.conf

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -144,6 +144,15 @@ build += {
144144
sbt-java-options: ${vars.sbt-java-options}
145145
projects: [${vars.proj.americium}]
146146
}
147+
build += {
148+
space: scala.ammonite
149+
check-missing: [false, false]
150+
cross-version: [disabled, standard]
151+
extraction-version: ${vars.scala-version}
152+
sbt-version: ${vars.sbt-version}
153+
sbt-java-options: ${vars.sbt-java-options}
154+
projects: [${vars.proj.ammonite}]
155+
}
147156
build += {
148157
space: scala.atto
149158
check-missing: [false, false]

0 commit comments

Comments
 (0)