From 642f97a9378f71a279b22aa4af12f12e7f52c149 Mon Sep 17 00:00:00 2001 From: Jakob Odersky Date: Mon, 29 Jun 2015 12:43:56 +0200 Subject: fix warnings --- build.sbt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'build.sbt') diff --git a/build.sbt b/build.sbt index 24c097a..2bd320c 100644 --- a/build.sbt +++ b/build.sbt @@ -4,6 +4,8 @@ version := "1.1" scalaVersion := "2.11.7" +scalacOptions ++= Seq("-deprecation", "-feature") + libraryDependencies ++= Seq( "org.scala-lang.modules" %% "scala-swing" % "2.0.0-M2", "com.typesafe.akka" %% "akka-actor" % "2.3.11" -- cgit v1.2.3