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.
9696<dependency >
9797 <groupId >com.github.eigr</groupId >
9898 <artifactId >spawn-java-std-sdk</artifactId >
99- <version >v1.3.0 </version >
99+ <version >v1.3.1 </version >
100100</dependency >
101101```
102102We'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:
130130 <dependency >
131131 <groupId >com.github.eigr</groupId >
132132 <artifactId >spawn-java-std-sdk</artifactId >
133- <version >v1.3.0 </version >
133+ <version >v1.3.1 </version >
134134 </dependency >
135135 <dependency >
136136 <groupId >ch.qos.logback</groupId >
You can’t perform that action at this time.
0 commit comments