We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3e78834 commit 48b6b66Copy full SHA for 48b6b66
1 file changed
README.md
@@ -96,7 +96,7 @@ The second thing we have to do is add the spawn dependency to the project.
96
<dependency>
97
<groupId>com.github.eigr</groupId>
98
<artifactId>spawn-java-std-sdk</artifactId>
99
- <version>v1.3.0</version>
+ <version>v1.3.1</version>
100
</dependency>
101
```
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
131
132
133
134
135
136
<groupId>ch.qos.logback</groupId>
0 commit comments