From 3db9a953b5bf5071248c293687752c37b75d4413 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Max=20Leutha=CC=88user?= <max.leuthaeuser@gmail.com>
Date: Tue, 12 Dec 2017 16:22:44 +0100
Subject: [PATCH]  - updated version numbers

---
 build.sbt           | 2 +-
 project/plugins.sbt | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/build.sbt b/build.sbt
index 4620944..14a5d65 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 7631aa4..0c72386 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")
-- 
GitLab