Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: innFactory/smithy4play
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: c9e4e89a728bec970cce395c1dd31719dc0e44d4
Choose a base ref
..
head repository: innFactory/smithy4play
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 763719f8449619862f896c0f2430508bd26dd1d4
Choose a head ref
Showing with 2 additions and 2 deletions.
  1. +1 −1 project/Dependencies.scala
  2. +1 −1 project/plugins.sbt
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
@@ -7,7 +7,7 @@ object Dependencies {
val typesafePlay = "org.playframework" %% "play" % playVersion

val scalaVersion = "2.13.15"
val smithy4sVersion = "0.18.25"
val smithy4sVersion = "0.18.26"
val smithyCore = "com.disneystreaming.smithy4s" %% "smithy4s-core" % smithy4sVersion
val smithyJson = "com.disneystreaming.smithy4s" %% "smithy4s-json" % smithy4sVersion
val smithyXml = "com.disneystreaming.smithy4s" %% "smithy4s-xml" % smithy4sVersion
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
addSbtPlugin("com.codecommit" %% "sbt-github-packages" % "0.5.3")
addSbtPlugin("org.wartremover" %% "sbt-wartremover" % "3.2.5")
addSbtPlugin("org.scalameta" %% "sbt-scalafmt" % "2.5.2")
addSbtPlugin("com.disneystreaming.smithy4s" %% "smithy4s-sbt-codegen" % "0.18.25")
addSbtPlugin("com.disneystreaming.smithy4s" %% "smithy4s-sbt-codegen" % "0.18.26")
addSbtPlugin("org.playframework" %% "sbt-plugin" % "3.0.6")
addSbtPlugin("org.scoverage" %% "sbt-scoverage" % "2.2.2")