Skip to content

Commit

Permalink
add scalacOptions for deprecation, unchecked and feature; and specify…
Browse files Browse the repository at this point in the history
… container port for easy customisation.
  • Loading branch information
ldeck committed Aug 4, 2013
1 parent a64d225 commit 0936342
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,14 @@ version := "0.4.8-SNAPSHOT"

crossScalaVersions := Seq("2.10.2", "2.9.2", "2.9.1-1", "2.9.1")

scalacOptions ++= Seq("-deprecation", "-unchecked", "-feature")

scalaVersion := "2.10.2"

seq(webSettings :_*)

port in container.Configuration := 8080

// If using JRebel
//scanDirectories in Compile := Nil

Expand Down

0 comments on commit 0936342

Please sign in to comment.