From 9080f0b9af8e7343d91a1c8035fe1b5a8d59b2e7 Mon Sep 17 00:00:00 2001 From: Jakob Odersky Date: Wed, 9 May 2018 01:55:36 -0700 Subject: Upgrade commando and set executable name --- build.sbt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index c152f4b..fb199b5 100644 --- a/build.sbt +++ b/build.sbt @@ -52,7 +52,7 @@ lazy val common = crossProject(JVMPlatform, JSPlatform, NativePlatform) scalaVersion := "2.11.12", nativeLinkStubs := true, libraryDependencies ++= Seq( - "io.crashbox" %%% "commando" % "0.1.1" + "io.crashbox" %%% "commando" % "0.1.2" ), sourceGenerators in Compile += Def.task { import sys.process._ @@ -98,6 +98,7 @@ lazy val client = project .settings( scalaVersion := "2.11.12", nativeMode := "debug", + name := "triad" ) .dependsOn(commonNative) -- cgit v1.2.3