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