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

Commit 039d1a1

Browse files
authored
Merge pull request #76 from scala-steward/update/constructs-10.0.94
Update constructs to 10.0.94
2 parents 9767a4b + 78db325 commit 039d1a1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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.16.0"
66

7-
val constructs: ModuleID = "software.constructs" % "constructs" % "10.0.90"
7+
val constructs: ModuleID = "software.constructs" % "constructs" % "10.0.94"
88
}
99
}

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.16.0"
66

7-
val constructs: ModuleID = "software.constructs" % "constructs" % "10.0.90"
7+
val constructs: ModuleID = "software.constructs" % "constructs" % "10.0.94"
88
}
99

1010
object Google {

0 commit comments

Comments
 (0)