Skip to content

Commit

Permalink
Release version 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
shadaj committed Apr 11, 2016
1 parent 7093764 commit 829238f
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,9 @@ enablePlugins(FRCPlugin, TravisCheckStylePlugin)
organization := "com.lynbrookrobotics"
teamNumber := 846

offline := true

name := "code-2016"

version := "0.3.0-SNAPSHOT"
version := "0.3.0"

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

Expand All @@ -32,8 +30,6 @@ libraryDependencies += "junit" % "junit" % "4.12"

libraryDependencies += "com.novocode" % "junit-interface" % "0.11" % "test"

staticIP := true

import com.etsy.sbt.checkstyle._
Checkstyle.xsltTransformations := {
Some(Set(XSLTSettings(baseDirectory(_ / "checkstyle-noframes.xsl").value, target(_ / "checkstyle-report.html").value)))
Expand Down

0 comments on commit 829238f

Please sign in to comment.