Skip to content

Commit

Permalink
Release 0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jokade committed May 11, 2015
1 parent 6e301a0 commit 810821e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.sbt
Expand Up @@ -2,7 +2,7 @@

lazy val commonSettings = Seq(
organization := "biz.enef",
version := "0.2-SNAPSHOT",
version := "0.2",
scalaVersion := "2.11.6",
scalacOptions ++= Seq("-deprecation","-unchecked","-feature","-language:implicitConversions","-Xlint"),
autoCompilerPlugins := true,
Expand Down Expand Up @@ -88,12 +88,12 @@ lazy val publishingSettings = Seq(

lazy val angulateDebugFlags = Seq(
// include some code for runtime debugging
"runtimeLogging",
//"runtimeLogging",
//"ModuleMacros.debug",
//"ControllerMacros.debug"
//"DirectiveMacros.debug"
//"ServiceMacros.debug"
"ComponentMacros.debug"
//"ComponentMacros.debug"
//"HttpPromiseMacros.debug"
).map( f => s"-Xmacro-settings:biz.enef.angulate.$f" )

0 comments on commit 810821e

Please sign in to comment.