We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1b7faf6 commit fb0dc80Copy full SHA for fb0dc80
1 file changed
README.md
@@ -93,7 +93,7 @@ The second thing we have to do is add the spawn dependency to the project.
93
<dependency>
94
<groupId>com.github.eigr</groupId>
95
<artifactId>spawn-java-std-sdk</artifactId>
96
- <version>v0.9.0</version>
+ <version>v0.9.1</version>
97
</dependency>
98
```
99
We'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:
127
128
129
130
131
132
133
<groupId>ch.qos.logback</groupId>
0 commit comments