We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 60ecb66 commit 80efdc3Copy full SHA for 80efdc3
project/Build.scala
@@ -46,8 +46,8 @@ object BuildDef extends Build with VersionSystem {
46
47
val baseProjectSettings = net.virtualvoid.sbt.graph.Plugin.graphSettings ++ baseCompilerSettings ++ Seq(
48
organization := "com.avi",
49
- version := "1.1.1",
50
- releaseDate := "5/28/2014"
+ version := "1.1.2",
+ releaseDate := "2/26/2015"
51
)
52
53
val webappProjectSettings = WebPlugin.webSettings ++ Seq (
0 commit comments