We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b0547a6 commit 8bf6290Copy full SHA for 8bf6290
project/build.scala
@@ -76,7 +76,7 @@ object build extends Build {
76
) ++ Seq (
77
jarName in assembly := "Scalatron.jar" // , logLevel in assembly := Level.Debug
78
)
79
- ) dependsOn( core )
+ ) dependsOn( botwar )
80
81
lazy val cli = Project("ScalatronCLI", file("ScalatronCLI"),
82
settings = standardSettings ++ Seq(
0 commit comments