File tree Expand file tree Collapse file tree 3 files changed +3
-2
lines changed
src/main/scala/io/iohk/ethereum Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ in sbt.mkDerivation {
50
50
51
51
# This sha represents the change dependencies of mantis.
52
52
# Update this sha whenever you change the dependencies
53
- depsSha256 = "14hx1gxa7505b8jy1vq5gc5p51fn80sj0pafx26awsrl6q67qyld " ;
53
+ depsSha256 = "0n7vv4k73cxjwg40qggr7gnkkg7vn8a179sf0wxnz3absj1700jj " ;
54
54
55
55
# this is the command used to to create the fixed-output-derivation
56
56
depsWarmupCommand = "sbt compile --debug -Dnix=true" ;
Original file line number Diff line number Diff line change 1
1
logLevel := sbt.Level .Warn
2
- addSbtPlugin(" com.eed3si9n" % " sbt-buildinfo" % " 0.9 .0" )
2
+ addSbtPlugin(" com.eed3si9n" % " sbt-buildinfo" % " 0.10 .0" )
3
3
addSbtPlugin(" com.github.mwz" % " sbt-sonar" % " 2.2.0" )
4
4
addSbtPlugin(" com.lightbend.sbt" % " sbt-javaagent" % " 0.1.6" )
5
5
addSbtPlugin(" com.sksamuel.scapegoat" % " sbt-scapegoat" % " 1.1.0" )
Original file line number Diff line number Diff line change @@ -11,6 +11,7 @@ object Mantis extends Logger {
11
11
new TestNode
12
12
} else new StdNode
13
13
14
+ log.info(" Mantis app {}" , Config .clientVersion)
14
15
log.info(" Using network {}" , Config .blockchains.network)
15
16
16
17
node.start()
You can’t perform that action at this time.
0 commit comments