File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -96,7 +96,7 @@ The second thing we have to do is add the spawn dependency to the project.
96
96
<dependency >
97
97
<groupId >com.github.eigr</groupId >
98
98
<artifactId >spawn-java-std-sdk</artifactId >
99
- <version >v1.3.0 </version >
99
+ <version >v1.3.1 </version >
100
100
</dependency >
101
101
```
102
102
We're also going to configure a few things for our application build to work, including compiling the protobuf files.
@@ -130,7 +130,7 @@ See below a full example of the pom.xml file:
130
130
<dependency >
131
131
<groupId >com.github.eigr</groupId >
132
132
<artifactId >spawn-java-std-sdk</artifactId >
133
- <version >v1.3.0 </version >
133
+ <version >v1.3.1 </version >
134
134
</dependency >
135
135
<dependency >
136
136
<groupId >ch.qos.logback</groupId >
You can’t perform that action at this time.
0 commit comments