We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a7a704 commit 66388edCopy full SHA for 66388ed
build.gradle
@@ -16,7 +16,7 @@ static isSnapshotRelease(versionString) {
16
17
ext {
18
moduleName = 'net.jqwik.vavr'
19
- jqwikVavrVersion = '3.0.0-SNAPSHOT'
+ jqwikVavrVersion = '3.0.0'
20
jqwikVersion = '1.7.3'
21
junitPlatformVersion = '1.9.2'
22
vavrVersion = '0.10.4'
pom.xml
@@ -6,7 +6,7 @@
6
7
<groupId>net.jqwik</groupId>
8
<artifactId>jqwik-vavr</artifactId>
9
- <version>3.0.0-SNAPSHOT</version>
+ <version>3.0.0</version>
10
<packaging>jar</packaging>
11
12
<url>https://github.com/Befrish/jqwik-vavr</url>
0 commit comments