Skip to content

Commit 16a67f0

Browse files
committed
Ada web version updated to 0.9.0
1 parent 37a293c commit 16a67f0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.sbt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ organization := "org.adada"
66

77
name := "ada-web-highcharts"
88

9-
version := "0.9.0-SNAPSHOT"
9+
version := "0.9.0"
1010

1111
scalaVersion := "2.11.12"
1212

@@ -22,7 +22,7 @@ routesImport ++= Seq(
2222
"org.ada.web.controllers.QueryStringBinders._"
2323
)
2424

25-
val adaVersion = "0.9.0-SNAPSHOT"
25+
val adaVersion = "0.9.0"
2626

2727
libraryDependencies ++= Seq(
2828
"org.adada" %% "ada-web" % adaVersion,

0 commit comments

Comments
 (0)