Skip to content

Commit 48b6b66

Browse files
committed
Update deps in readme
1 parent 3e78834 commit 48b6b66

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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
```
102102
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:
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>

0 commit comments

Comments
 (0)