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 @@ -122,11 +122,11 @@ How to include zorbage in your Maven project
122
122
<dependency>
123
123
<groupId>io.github.bdezonia</groupId>
124
124
<artifactId>zorbage</artifactId>
125
- <version>0.2.8 </version>
125
+ <version>0.2.9 </version>
126
126
</dependency>
127
127
128
128
How to include zorbage in a different build system
129
129
130
- See https://search.maven.org/artifact/io.github.bdezonia/zorbage/0.2.8 /jar
130
+ See https://search.maven.org/artifact/io.github.bdezonia/zorbage/0.2.9 /jar
131
131
for instructions on how to reference zorbage in build systems such as
132
132
Gradle or others.
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 >0.2.9-SNAPSHOT </version >
9
+ <version >0.2.9</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