Skip to content

Commit

Permalink
Update SDKs restate 1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
slinkydeveloper committed Jun 7, 2024
1 parent 596fd96 commit e93e245
Show file tree
Hide file tree
Showing 4 changed files with 77 additions and 88 deletions.
5 changes: 1 addition & 4 deletions code_snippets/java/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,9 @@ plugins {

repositories {
mavenCentral()
maven {
url = uri("https://s01.oss.sonatype.org/content/repositories/snapshots/")
}
}

val restateVersion = "0.10.0-SNAPSHOT"
val restateVersion = "1.0.0"

dependencies {
// Restate SDK
Expand Down
5 changes: 1 addition & 4 deletions code_snippets/kotlin/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,9 @@ plugins {

repositories {
mavenCentral()
maven {
url = uri("https://s01.oss.sonatype.org/content/repositories/snapshots/")
}
}

val restateVersion = "0.10.0-SNAPSHOT"
val restateVersion = "1.0.0"

dependencies {
// Annotation processor
Expand Down
149 changes: 72 additions & 77 deletions code_snippets/ts/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions code_snippets/ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@
"app-dev": "ts-node-dev --watch src --respawn --transpile-only ./src/app.ts"
},
"dependencies": {
"@restatedev/restate-sdk": "dev",
"@restatedev/restate-sdk-clients": "dev",
"@restatedev/restate-cdk": "^0.8.1"
"@restatedev/restate-sdk": "^1.0.0",
"@restatedev/restate-sdk-clients": "^1.0.0",
"@restatedev/restate-cdk": "^1.0.0"
},
"devDependencies": {
"ts-node-dev": "^1.1.1",
Expand Down

0 comments on commit e93e245

Please sign in to comment.