diff --git a/build.sbt b/build.sbt index 10140cf44c4f3f4293cac5f6336a5ac8bbe9270c..4d1e9121483729780d4400fde201335088495eb1 100644 --- a/build.sbt +++ b/build.sbt @@ -3,7 +3,7 @@ name := "MOSTSCROLLTask2" lazy val commonSettings = Seq( organization := "tu.dresden.de", version := "0.0.1", - scalaVersion := "2.12.3", + scalaVersion := "2.12.4", scalacOptions := Seq("-unchecked", "-deprecation", "-feature", "-language:reflectiveCalls", "-encoding", "utf8") ) diff --git a/project/plugins.sbt b/project/plugins.sbt index 7631aa438d97ffa874ddf20bede19a9733e3bd71..0c7238672a43b3f4363be38c744d12c29e529e2b 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,2 +1,2 @@ // eclipse plugin -addSbtPlugin("com.typesafe.sbteclipse" % "sbteclipse-plugin" % "5.2.2") +addSbtPlugin("com.typesafe.sbteclipse" % "sbteclipse-plugin" % "5.2.4")