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 ce7deaf commit 15b22f5Copy full SHA for 15b22f5
project/Build.scala
@@ -45,8 +45,8 @@ object BuildDef extends Build with VersionSystem {
45
46
val baseProjectSettings = net.virtualvoid.sbt.graph.Plugin.graphSettings ++ baseCompilerSettings ++ Seq(
47
organization := "com.avi",
48
- version := "1.1.4",
49
- releaseDate := "1/19/2017"
+ version := "1.1.5",
+ releaseDate := "11/16/2017"
50
)
51
52
val webappProjectSettings = WebPlugin.webSettings ++ Seq (
0 commit comments