Skip to content
This repository has been archived by the owner on Mar 21, 2024. It is now read-only.

Commit

Permalink
Upgrade Java and TS SDK to version 0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tillrohrmann committed Jan 15, 2024
1 parent 258d367 commit 498ef2a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion java/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ repositories {
mavenCentral()
}

val restateSdkVersion = "0.6.0"
val restateSdkVersion = "0.7.0"

dependencies {
// Restate SDK
Expand Down
8 changes: 4 additions & 4 deletions typescript/package-lock.json

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

2 changes: 1 addition & 1 deletion typescript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"author": "Restate Developers",
"email": "[email protected]",
"dependencies": {
"@restatedev/restate-sdk": "0.6.0",
"@restatedev/restate-sdk": "0.7.0",
"uuid": "^9.0.0"
},
"devDependencies": {
Expand Down

0 comments on commit 498ef2a

Please sign in to comment.