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 @@ -233,12 +233,12 @@ How to include zorbage in your Maven project
233
233
<dependency>
234
234
<groupId>io.github.bdezonia</groupId>
235
235
<artifactId>zorbage</artifactId>
236
- <version>1.5 .0</version>
236
+ <version>1.6 .0</version>
237
237
</dependency>
238
238
239
239
How to include zorbage in a different build system
240
240
241
- See https://search.maven.org/artifact/io.github.bdezonia/zorbage/1.5 .0/jar
241
+ See https://search.maven.org/artifact/io.github.bdezonia/zorbage/1.6 .0/jar
242
242
for instructions on how to reference zorbage in build systems such as
243
243
Gradle or others.
244
244
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.6.0-SNAPSHOT </version >
9
+ <version >1.6.0</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