We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fea58a7 commit 7eac02fCopy full SHA for 7eac02f
project/Dependencies.scala
@@ -2,7 +2,7 @@ import sbt._
2
3
object Dependencies {
4
object Aws {
5
- val cdk: ModuleID = "software.amazon.awscdk" % "aws-cdk-lib" % "2.0.0-rc.31"
+ val cdk: ModuleID = "software.amazon.awscdk" % "aws-cdk-lib" % "2.0.0-rc.33"
6
7
val constructs: ModuleID = "software.constructs" % "constructs" % "10.0.9"
8
}
0 commit comments