File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ object Dependencies {
7
7
val typesafePlay = " com.typesafe.play" %% " play" % playVersion
8
8
9
9
val scalaVersion = " 2.13.15"
10
- val smithy4sVersion = " 0.18.26 "
10
+ val smithy4sVersion = " 0.18.27 "
11
11
val smithyCore = " com.disneystreaming.smithy4s" %% " smithy4s-core" % smithy4sVersion
12
12
val smithyJson = " com.disneystreaming.smithy4s" %% " smithy4s-json" % smithy4sVersion
13
13
val smithyXml = " com.disneystreaming.smithy4s" %% " smithy4s-xml" % smithy4sVersion
Original file line number Diff line number Diff line change 1
1
addSbtPlugin(" com.codecommit" %% " sbt-github-packages" % " 0.5.3" )
2
2
addSbtPlugin(" org.wartremover" %% " sbt-wartremover" % " 3.2.5" )
3
3
addSbtPlugin(" org.scalameta" %% " sbt-scalafmt" % " 2.5.2" )
4
- addSbtPlugin(" com.disneystreaming.smithy4s" %% " smithy4s-sbt-codegen" % " 0.18.26 " )
4
+ addSbtPlugin(" com.disneystreaming.smithy4s" %% " smithy4s-sbt-codegen" % " 0.18.27 " )
5
5
addSbtPlugin(" com.typesafe.play" %% " sbt-plugin" % " 2.9.6" )
6
6
addSbtPlugin(" org.scoverage" %% " sbt-scoverage" % " 2.2.2" )
7
7
You can’t perform that action at this time.
0 commit comments