diff --git a/build.sbt b/build.sbt index 46209442e88dda0fab7946e1d73a98138017803b..14a5d651748fed67dd183272371468a66c8337a0 100644 --- a/build.sbt +++ b/build.sbt @@ -3,7 +3,7 @@ name := "MOSTSCROLLTask1" 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")