Skip to content

Commit 41af6ec

Browse files
authored
Release common library (#570)
## Task Resolves: #566 ## Description This is a release of a new version of the common SDK.
1 parent e7eb2f2 commit 41af6ec

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

sdk/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,15 @@ plugins {
1111
}
1212

1313
group = "org.virtuslab"
14-
version = "0.9.4.1-SNAPSHOT"
14+
version = "0.10.0.0"
1515
base.archivesName.set("pulumi-kotlin-sdk")
1616

1717
repositories {
1818
mavenCentral()
1919
}
2020

2121
dependencies {
22-
api("com.pulumi:pulumi:0.9.4")
22+
api("com.pulumi:pulumi:0.10.0")
2323
api("org.jetbrains.kotlinx:kotlinx-coroutines-jdk8:1.7.2")
2424
testImplementation("org.junit.jupiter:junit-jupiter:5.9.3")
2525
testImplementation("io.mockk:mockk:1.13.5")

0 commit comments

Comments
 (0)