@@ -66,19 +66,19 @@ For a Maven project, add the following to your `pom.xml` file:
6666 <dependency >
6767 <groupId >io.dapr</groupId >
6868 <artifactId >dapr-sdk</artifactId >
69- <version >1.0.0 </version >
69+ <version >1.0.1 </version >
7070 </dependency >
7171 <!-- Dapr's SDK for Actors (optional). -->
7272 <dependency >
7373 <groupId >io.dapr</groupId >
7474 <artifactId >dapr-sdk-actors</artifactId >
75- <version >1.0.0 </version >
75+ <version >1.0.1 </version >
7676 </dependency >
7777 <!-- Dapr's SDK integration with SpringBoot (optional). -->
7878 <dependency >
7979 <groupId >io.dapr</groupId >
8080 <artifactId >dapr-sdk-springboot</artifactId >
81- <version >1.0.0 </version >
81+ <version >1.0.1 </version >
8282 </dependency >
8383 ...
8484 </dependencies >
@@ -106,11 +106,11 @@ repositories {
106106dependencies {
107107...
108108 // Dapr's core SDK with all features, except Actors.
109- compile('io.dapr:dapr-sdk:1.0.0 ')
109+ compile('io.dapr:dapr-sdk:1.0.1 ')
110110 // Dapr's SDK for Actors (optional).
111- compile('io.dapr:dapr-sdk-actors:1.0.0 ')
111+ compile('io.dapr:dapr-sdk-actors:1.0.1 ')
112112 // Dapr's SDK integration with SpringBoot (optional).
113- compile('io.dapr:dapr-sdk-springboot:1.0.0 ')
113+ compile('io.dapr:dapr-sdk-springboot:1.0.1 ')
114114}
115115```
116116
0 commit comments