Skip to content

Commit

Permalink
Release 3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jlink committed Mar 28, 2023
1 parent 9a7a704 commit 66388ed
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ static isSnapshotRelease(versionString) {

ext {
moduleName = 'net.jqwik.vavr'
jqwikVavrVersion = '3.0.0-SNAPSHOT'
jqwikVavrVersion = '3.0.0'
jqwikVersion = '1.7.3'
junitPlatformVersion = '1.9.2'
vavrVersion = '0.10.4'
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>net.jqwik</groupId>
<artifactId>jqwik-vavr</artifactId>
<version>3.0.0-SNAPSHOT</version>
<version>3.0.0</version>
<packaging>jar</packaging>

<url>https://github.com/Befrish/jqwik-vavr</url>
Expand Down

0 comments on commit 66388ed

Please sign in to comment.