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