Skip to content

Commit

Permalink
version(project): bump version 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
valerylobachev committed Dec 10, 2021
1 parent 34b45a9 commit 81ee63c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import play.sbt.routes.RoutesKeys

scalaVersion := "2.13.3"

ThisBuild / version := "0.3.0-SNAPSHOT"
ThisBuild / version := "0.3.0"
ThisBuild / scalaVersion := "2.13.3"

ThisBuild / organization := "biz.lobachev.annette"
Expand Down Expand Up @@ -80,7 +80,7 @@ lazy val root = (project in file("."))
`api-gateway`,
// initialization application
`ignition-core`,
// `demo-ignition`,
`demo-ignition`,
// API gateways
`application-api-gateway`,
`authorization-api-gateway`,
Expand Down Expand Up @@ -555,7 +555,7 @@ lazy val `cms-api-gateway` = (project in file("api-gateway/cms-api-gateway"))
`subscriptions-api`
)

//lazy val `demo-ignition` = demoIgnitionProject(project in file("ignition/ignition-demo"))
lazy val `demo-ignition` = demoIgnitionProject(project in file("ignition/ignition-demo"))
lazy val `application` = applicationProject(project in file("application/application"))
lazy val `authorization` = authorizationProject(project in file("authorization/authorization"))
lazy val `org-structure` = orgStructureProject(project in file("principals/org-structure"))
Expand Down

0 comments on commit 81ee63c

Please sign in to comment.