Skip to content

Commit

Permalink
Dependency bumps 2024/09
Browse files Browse the repository at this point in the history
  • Loading branch information
kubukoz committed Sep 30, 2024
1 parent 2b35d01 commit 2be7a7f
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion .mill-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.11.1
0.11.12
20 changes: 10 additions & 10 deletions build.sc
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
import $ivy.`io.chris-kipp::mill-ci-release::0.1.9`
import $ivy.`software.amazon.smithy:smithy-model:1.27.1`
import $ivy.`software.amazon.smithy:smithy-rules-engine:1.27.1`
import $ivy.`software.amazon.smithy:smithy-build:1.27.1`
import software.amazon.smithy.aws.traits.protocols.AwsProtocolTrait
import $ivy.`software.amazon.smithy:smithy-aws-traits:1.27.1`
import $ivy.`software.amazon.smithy:smithy-aws-iam-traits:1.27.1`
import $ivy.`software.amazon.smithy:smithy-waiters:1.27.1`
import $ivy.`software.amazon.smithy:smithy-aws-cloudformation-traits:1.27.1`
import $ivy.`io.chris-kipp::mill-ci-release::0.1.10`
import $ivy.`software.amazon.smithy:smithy-model:1.51.0`
import $ivy.`software.amazon.smithy:smithy-rules-engine:1.51.0`
import $ivy.`software.amazon.smithy:smithy-build:1.51.0`
import $ivy.`software.amazon.smithy:smithy-aws-traits:1.51.0`
import $ivy.`software.amazon.smithy:smithy-aws-iam-traits:1.51.0`
import $ivy.`software.amazon.smithy:smithy-waiters:1.51.0`
import $ivy.`software.amazon.smithy:smithy-aws-cloudformation-traits:1.51.0`

import software.amazon.smithy.aws.traits.protocols.AwsProtocolTrait
import mill.define.Sources
import software.amazon.smithy.model.transform.ModelTransformer
import software.amazon.smithy.model.shapes._
Expand All @@ -23,7 +23,7 @@ import scala.jdk.CollectionConverters._
import io.kipp.mill.ci.release.CiReleaseModule
import io.kipp.mill.ci.release.SonatypeHost

val smithyVersion = "1.27.1"
val smithyVersion = "1.51.0"
val org = "com.disneystreaming.smithy"

def specFolder =
Expand Down

0 comments on commit 2be7a7f

Please sign in to comment.