Skip to content

Commit da5a642

Browse files
authored
Update README.md (#563)
1 parent 61fc6f0 commit da5a642

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -46,12 +46,12 @@ gradle init --type java-application
4646
Add the annotation processor dependency [sdk-api-gen](sdk-api-gen), and then, depending on whether you want to deploy using HTTP or Lambda, use the appropriate dependency:
4747

4848
```kotlin
49-
annotationProcessor("dev.restate:sdk-api-gen:2.4.0")
49+
annotationProcessor("dev.restate:sdk-api-gen:2.4.1")
5050

5151
// For HTTP services
52-
implementation("dev.restate:sdk-java-http:2.4.0")
52+
implementation("dev.restate:sdk-java-http:2.4.1")
5353
// For Lambda services
54-
// implementation("dev.restate:sdk-java-lambda:2.4.0")
54+
// implementation("dev.restate:sdk-java-lambda:2.4.1")
5555
```
5656

5757
### Setup a project (Kotlin)
@@ -73,12 +73,12 @@ plugins {
7373
Add the ksp dependency [sdk-api-gen](sdk-api-kotlin-gen), and then, depending on whether you want to deploy using HTTP or Lambda, use the appropriate dependency:
7474

7575
```kotlin
76-
ksp("dev.restate:sdk-api-kotlin-gen:2.4.0")
76+
ksp("dev.restate:sdk-api-kotlin-gen:2.4.1")
7777

7878
// For HTTP services
79-
implementation("dev.restate:sdk-kotlin-http:2.4.0")
79+
implementation("dev.restate:sdk-kotlin-http:2.4.1")
8080
// For Lambda services
81-
// implementation("dev.restate:sdk-kotlin-lambda:2.4.0")
81+
// implementation("dev.restate:sdk-kotlin-lambda:2.4.1")
8282
```
8383

8484
### Implement your first Restate component (Java)

0 commit comments

Comments
 (0)