diff --git a/build.sbt b/build.sbt index c2f7113f9..a09d6a536 100644 --- a/build.sbt +++ b/build.sbt @@ -19,7 +19,7 @@ import Dependencies._ name := "dr-elephant" -version := "2.0.2-SNAPSHOT" +version := "2.0.2" javacOptions in Compile ++= Seq("-source", "1.6", "-target", "1.6")