Skip to content

Commit

Permalink
Bump to 0.6.3 (#796)
Browse files Browse the repository at this point in the history
  • Loading branch information
kaiwalyajoshi authored Sep 15, 2020
1 parent 218110f commit 86487c5
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,9 @@ final class ServiceDescribeSpec extends FeatureSpec with Matchers with Integrati
}
scenario("The user would like to describe a service via a custom manager") {
val appId = AppId("cassandra")
Requests.installV2("cassandra", appId = Some(appId), managerId = Some(ItObjects.customManagerAppName))
Requests.installV2("cassandra",
appId = Some(appId),
managerId = Some(ItObjects.customManagerAppName))

val serviceDescribeRequest = ServiceDescribeRequest(appId, Some(ItObjects.customManagerAppName), None, None)
val serviceDescribeResponse = submitServiceDescribeRequest(serviceDescribeRequest)
Expand Down
2 changes: 1 addition & 1 deletion project/Deps.scala
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ object Deps {

object V {
val projectScalaVersion = "2.12.9"
val projectVersion = "0.6.3-SNAPSHOT"
val projectVersion = "0.6.3"

val bijection = "0.9.6"
val circe = "0.11.1"
Expand Down
1 change: 0 additions & 1 deletion project/build.scala
Original file line number Diff line number Diff line change
Expand Up @@ -55,5 +55,4 @@ object CosmosBuild {
</developer>
</developers>
)

}

0 comments on commit 86487c5

Please sign in to comment.