Skip to content

Commit

Permalink
Ada web version updated to 0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
peterbanda committed Aug 25, 2021
1 parent 37a293c commit 16a67f0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ organization := "org.adada"

name := "ada-web-highcharts"

version := "0.9.0-SNAPSHOT"
version := "0.9.0"

scalaVersion := "2.11.12"

Expand All @@ -22,7 +22,7 @@ routesImport ++= Seq(
"org.ada.web.controllers.QueryStringBinders._"
)

val adaVersion = "0.9.0-SNAPSHOT"
val adaVersion = "0.9.0"

libraryDependencies ++= Seq(
"org.adada" %% "ada-web" % adaVersion,
Expand Down

0 comments on commit 16a67f0

Please sign in to comment.