Skip to content

Commit

Permalink
feat: fix version differences
Browse files Browse the repository at this point in the history
  • Loading branch information
MoeQuadrat committed Oct 25, 2022
1 parent 66c55dc commit 6301714
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 6 deletions.
4 changes: 2 additions & 2 deletions modules/api-definition/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ lazy val apiDefinition = (project in file("."))
name := "api-definition",
scalaVersion := Dependencies.scalaVersion,
version := releaseVersion,
GithubConfig.settings,
libraryDependencies += "com.disneystreaming.smithy4s" % "smithy4s-protocol" % "0.16.2"
autoScalaLibrary := false,
GithubConfig.settings
)
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
$version: "2"
$version: "2.0"

namespace playSmithy

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
$version: "2"
$version: "2.0"

namespace playSmithy

Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
BankAPIService.smithy
ColaMixAPIService.smithy
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
addSbtPlugin("com.typesafe.play" % "sbt-plugin" % "2.8.15")
addSbtPlugin("com.codecommit" % "sbt-github-packages" % "0.5.3")
addSbtPlugin("com.disneystreaming.smithy4s" % "smithy4s-sbt-codegen" % "0.16.1")
addSbtPlugin("com.disneystreaming.smithy4s" % "smithy4s-sbt-codegen" % "0.16.5")
2 changes: 1 addition & 1 deletion test/controller/ColaMixControllerTest.scala
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ class ColaMixControllerTest extends PlaySpec with BaseOneAppPerSuite with TestAp

"get ColaServiceInformations" in {
val result = client.getColaMixInfo().run(None).awaitRight
println(result)

result.statusCode mustBe result.expectedStatusCode
}

Expand Down

0 comments on commit 6301714

Please sign in to comment.