Fix null pointer exception in options parser

This commit is contained in:
Paul Rigge
2019-02-06 12:26:53 -08:00
committed by John Wright
parent f310d45381
commit 801abd98bb
2 changed files with 26 additions and 12 deletions

2
project/plugins.sbt Normal file
View File

@@ -0,0 +1,2 @@
addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "0.14.5")
addSbtPlugin("net.virtual-void" % "sbt-dependency-graph" % "0.9.2")