Skip to content

Commit

Permalink
try and force the sbt version and avoid #18
Browse files Browse the repository at this point in the history
  • Loading branch information
tobyweston committed Oct 9, 2017
1 parent edeef9d commit ecc2490
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ organization := "bad.robot"
assemblyJarName in assembly := s"${name.value}-${version.value}.jar"

scalaVersion := "2.12.3"
sbtVersion := "1.0.2"

mainClass in Compile := Some("bad.robot.temperature.Main")

Expand Down
1 change: 1 addition & 0 deletions project/build.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
sbt.version=0.13.13

0 comments on commit ecc2490

Please sign in to comment.