Skip to content

Commit 8bf6290

Browse files
author
Charles O'Farrell
committed
Issue scalatron#56 Ensure Scalatron subproject depends on botwar
1 parent b0547a6 commit 8bf6290

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

project/build.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ object build extends Build {
7676
) ++ Seq (
7777
jarName in assembly := "Scalatron.jar" // , logLevel in assembly := Level.Debug
7878
)
79-
) dependsOn( core )
79+
) dependsOn( botwar )
8080

8181
lazy val cli = Project("ScalatronCLI", file("ScalatronCLI"),
8282
settings = standardSettings ++ Seq(

0 commit comments

Comments
 (0)