From a3770cb1a08dd601a5b291e0b3327ecd2da9fa18 Mon Sep 17 00:00:00 2001 From: Shadaj Laddad Date: Sat, 1 Oct 2016 14:41:08 -0700 Subject: [PATCH] Release version 0.4.0 --- build.sbt | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/build.sbt b/build.sbt index aa50f23..63e3a80 100755 --- a/build.sbt +++ b/build.sbt @@ -5,7 +5,7 @@ teamNumber := 846 name := "code-2016" -version := "0.4.0-SNAPSHOT" +version := "0.4.0" robotClass := "com.lynbrookrobotics.sixteen.LaunchRobot" @@ -33,6 +33,3 @@ import com.etsy.sbt.checkstyle._ Checkstyle.xsltTransformations := { Some(Set(XSLTSettings(baseDirectory(_ / "checkstyle-noframes.xsl").value, target(_ / "checkstyle-report.html").value))) } - -offline := true -staticIP := true