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 @@ -93,7 +93,7 @@ The second thing we have to do is add the spawn dependency to the project.
9393<dependency >
9494 <groupId >com.github.eigr</groupId >
9595 <artifactId >spawn-java-std-sdk</artifactId >
96- <version >v0.9.0 </version >
96+ <version >v0.9.1 </version >
9797</dependency >
9898```
9999We're also going to configure a few things for our application build to work, including compiling the protobuf files.
@@ -127,7 +127,7 @@ See below a full example of the pom.xml file:
127127 <dependency >
128128 <groupId >com.github.eigr</groupId >
129129 <artifactId >spawn-java-std-sdk</artifactId >
130- <version >v0.9.0 </version >
130+ <version >v0.9.1 </version >
131131 </dependency >
132132 <dependency >
133133 <groupId >ch.qos.logback</groupId >
You can’t perform that action at this time.
0 commit comments