@@ -66,19 +66,19 @@ For a Maven project, add the following to your `pom.xml` file:
66
66
<dependency >
67
67
<groupId >io.dapr</groupId >
68
68
<artifactId >dapr-sdk</artifactId >
69
- <version >1.0.0 </version >
69
+ <version >1.0.1 </version >
70
70
</dependency >
71
71
<!-- Dapr's SDK for Actors (optional). -->
72
72
<dependency >
73
73
<groupId >io.dapr</groupId >
74
74
<artifactId >dapr-sdk-actors</artifactId >
75
- <version >1.0.0 </version >
75
+ <version >1.0.1 </version >
76
76
</dependency >
77
77
<!-- Dapr's SDK integration with SpringBoot (optional). -->
78
78
<dependency >
79
79
<groupId >io.dapr</groupId >
80
80
<artifactId >dapr-sdk-springboot</artifactId >
81
- <version >1.0.0 </version >
81
+ <version >1.0.1 </version >
82
82
</dependency >
83
83
...
84
84
</dependencies >
@@ -106,11 +106,11 @@ repositories {
106
106
dependencies {
107
107
...
108
108
// 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 ')
110
110
// 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 ')
112
112
// 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 ')
114
114
}
115
115
```
116
116
0 commit comments