Skip to content

Commit 9e9a76a

Browse files
committed
add application.conf to git
1 parent 255a4e3 commit 9e9a76a

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

Diff for: build.sbt

+3-3
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@ lazy val transaction = subModule("transaction")
1818
.aggregate(basics)
1919
.dependsOn(basics)
2020
.settings(commonSettings: _*)
21-
.settings(
22-
testOptions in Test := Seq(Tests.Filter(_.matches(".*TestSuite$")))
23-
)
21+
// .settings(
22+
// testOptions in Test := Seq(Tests.Filter(_.matches(".*TestSuite$")))
23+
// )
2424

2525
lazy val consensus = subModule("consensus")
2626
.aggregate(basics)
+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
app {
2+
product = "Scorex"
3+
release = "Lagonaki"
4+
}

0 commit comments

Comments
 (0)