File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
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.6.5 </version >
96+ <version >v0.7.0 </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.6.5 </version >
130+ <version >v0.7.0 </version >
131131 </dependency >
132132 <dependency >
133133 <groupId >ch.qos.logback</groupId >
Original file line number Diff line number Diff line change 44 <groupId >io.eigr.spawn</groupId >
55 <artifactId >spawn-java-std-sdk</artifactId >
66 <packaging >jar</packaging >
7- <version >0.6.5 </version >
7+ <version >0.7.0 </version >
88 <name >spawn-java-std-sdk</name >
99 <url >http://maven.apache.org</url >
1010
You can’t perform that action at this time.
0 commit comments