File tree Expand file tree Collapse file tree 3 files changed +21
-0
lines changed Expand file tree Collapse file tree 3 files changed +21
-0
lines changed Original file line number Diff line number Diff line change @@ -186,6 +186,7 @@ include "proj/algebird.conf"
186
186
include "proj/algebra.conf"
187
187
include "proj/alpakka-kafka.conf"
188
188
include "proj/americium.conf"
189
+ include "proj/ammonite.conf"
189
190
include "proj/atto.conf"
190
191
include "proj/avro4s.conf"
191
192
include "proj/base64.conf"
Original file line number Diff line number Diff line change
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
+ }
Original file line number Diff line number Diff line change @@ -144,6 +144,15 @@ build += {
144
144
sbt-java-options: ${vars.sbt-java-options}
145
145
projects: [${vars.proj.americium}]
146
146
}
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
+ }
147
156
build += {
148
157
space: scala.atto
149
158
check-missing: [false, false]
You can’t perform that action at this time.
0 commit comments