File tree Expand file tree Collapse file tree 3 files changed +19
-0
lines changed Expand file tree Collapse file tree 3 files changed +19
-0
lines changed Original file line number Diff line number Diff line change @@ -287,6 +287,7 @@ include "proj/monocle.conf"
287
287
include "proj/mouse.conf"
288
288
include "proj/multibot.conf"
289
289
include "proj/munit-cats-effect.conf"
290
+ include "proj/munit-snapshot.conf"
290
291
include "proj/munit.conf"
291
292
include "proj/natchez.conf"
292
293
include "proj/nscala-time.conf"
Original file line number Diff line number Diff line change
1
+ // https://github.com/scalacommunitybuild/munit-snapshot.git#community-build-2.13 # was lolgab, main
2
+
3
+ // forked (August 2023) to add an sbt build (instead of mill)
4
+
5
+ vars.proj.munit-snapshot: ${vars.base} {
6
+ name: "munit-snapshot"
7
+ uri: "https://github.com/scalacommunitybuild/munit-snapshot.git#f190711aa38db991f6affda4fb84b3840735e525"
8
+
9
+ }
Original file line number Diff line number Diff line change @@ -1143,6 +1143,15 @@ build += {
1143
1143
sbt-java-options: ${vars.sbt-java-options}
1144
1144
projects: [${vars.proj.munit-cats-effect}]
1145
1145
}
1146
+ build += {
1147
+ space: scala.munit-snapshot
1148
+ check-missing: [false, false]
1149
+ cross-version: [disabled, standard]
1150
+ extraction-version: ${vars.scala-version}
1151
+ sbt-version: ${vars.sbt-version}
1152
+ sbt-java-options: ${vars.sbt-java-options}
1153
+ projects: [${vars.proj.munit-snapshot}]
1154
+ }
1146
1155
build += {
1147
1156
space: scala.natchez
1148
1157
check-missing: [false, false]
You can’t perform that action at this time.
0 commit comments