File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -273,12 +273,12 @@ How to include zorbage in your Maven project
273
273
<dependency>
274
274
<groupId>io.github.bdezonia</groupId>
275
275
<artifactId>zorbage</artifactId>
276
- <version>1.9.3.1 </version>
276
+ <version>1.9.4 </version>
277
277
</dependency>
278
278
279
279
How to include zorbage in a different build system
280
280
281
- See https://search.maven.org/artifact/io.github.bdezonia/zorbage/1.9.3.1 /jar
281
+ See https://search.maven.org/artifact/io.github.bdezonia/zorbage/1.9.4 /jar
282
282
for instructions on how to reference zorbage in build systems such as
283
283
Gradle or others.
284
284
Original file line number Diff line number Diff line change 6
6
<modelVersion >4.0.0</modelVersion >
7
7
<groupId >io.github.bdezonia</groupId >
8
8
<artifactId >zorbage</artifactId >
9
- <version >1.9.4-SNAPSHOT </version >
9
+ <version >1.9.4</version >
10
10
<packaging >jar</packaging >
11
11
<name >Zorbage</name >
12
12
<description >Algebraic data types and algorithms for use in numeric processing</description >
You can’t perform that action at this time.
0 commit comments