Skip to content
This repository was archived by the owner on May 2, 2023. It is now read-only.

Commit 1c268df

Browse files
authored
Merge branch 'master' into update/aws-cdk-lib-2.13.0
2 parents 0f77424 + a845de3 commit 1c268df

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

project/Dependencies.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@ object Dependencies {
44
object Aws {
55
val cdk: ModuleID = "software.amazon.awscdk" % "aws-cdk-lib" % "2.13.0"
66

7-
val constructs: ModuleID = "software.constructs" % "constructs" % "10.0.64"
7+
val constructs: ModuleID = "software.constructs" % "constructs" % "10.0.71"
88
}
99
}

project/plugins.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
addSbtPlugin("io.github.davidgregory084" % "sbt-tpolecat" % "0.1.20")
1+
addSbtPlugin("io.github.davidgregory084" % "sbt-tpolecat" % "0.1.22")
22
addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.5.10")

project/project/MetaDependencies.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ object MetaDependencies {
44
object Aws {
55
val cdk: ModuleID = "software.amazon.awscdk" % "aws-cdk-lib" % "2.13.0"
66

7-
val constructs: ModuleID = "software.constructs" % "constructs" % "10.0.64"
7+
val constructs: ModuleID = "software.constructs" % "constructs" % "10.0.71"
88
}
99

1010
object Google {

0 commit comments

Comments
 (0)