Skip to content

Commit

Permalink
Release version 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
shadaj committed Oct 1, 2016
1 parent d95b5cc commit a3770cb
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ teamNumber := 846

name := "code-2016"

version := "0.4.0-SNAPSHOT"
version := "0.4.0"

robotClass := "com.lynbrookrobotics.sixteen.LaunchRobot"

Expand Down Expand Up @@ -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

0 comments on commit a3770cb

Please sign in to comment.