Skip to content
Snippets Groups Projects
Commit 3db9a953 authored by Max Leuthäuser's avatar Max Leuthäuser
Browse files

- updated version numbers

parent cfaf4553
No related branches found
No related tags found
No related merge requests found
...@@ -3,7 +3,7 @@ name := "MOSTSCROLLTask1" ...@@ -3,7 +3,7 @@ name := "MOSTSCROLLTask1"
lazy val commonSettings = Seq( lazy val commonSettings = Seq(
organization := "tu.dresden.de", organization := "tu.dresden.de",
version := "0.0.1", version := "0.0.1",
scalaVersion := "2.12.3", scalaVersion := "2.12.4",
scalacOptions := Seq("-unchecked", "-deprecation", "-feature", "-language:reflectiveCalls", "-encoding", "utf8") scalacOptions := Seq("-unchecked", "-deprecation", "-feature", "-language:reflectiveCalls", "-encoding", "utf8")
) )
......
// eclipse plugin // eclipse plugin
addSbtPlugin("com.typesafe.sbteclipse" % "sbteclipse-plugin" % "5.2.2") addSbtPlugin("com.typesafe.sbteclipse" % "sbteclipse-plugin" % "5.2.4")
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment