Skip to content

Commit

Permalink
Push version to 1.9.1-SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
jlink committed Jun 28, 2024
1 parent 0b6404d commit a73c4de
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion TODO.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# 1.9.0
# 1.9.1


# 1.9.x
Expand Down
2 changes: 1 addition & 1 deletion dependencies.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ ext {
kotestVersion = '5.9.1'
jspecifyVersion = '0.3.0'
moduleName = 'net.jqwik'
jqwikVersion = '1.9.0'
jqwikVersion = '1.9.1-SNAPSHOT'
isSnapshotRelease = isSnapshotRelease(jqwikVersion)
showStandardStreams = showStandardStreams()
javaTargetVersion = javaTargetVersion()
Expand Down
6 changes: 3 additions & 3 deletions test-modular-api/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,9 @@ dependencies {
testImplementation(project(":web"))
testRuntimeOnly(project(":engine"))
} else {
testImplementation("net.jqwik:jqwik-api:1.8.5")
testImplementation("net.jqwik:jqwik-web:1.8.5")
testRuntimeOnly("net.jqwik:jqwik-engine:1.8.5")
testImplementation("net.jqwik:jqwik-api:1.9.0")
testImplementation("net.jqwik:jqwik-web:1.9.0")
testRuntimeOnly("net.jqwik:jqwik-engine:1.9.0")
}
testRuntimeOnly ("org.junit.platform:junit-platform-launcher:${junitPlatformVersion}")
}
Expand Down

0 comments on commit a73c4de

Please sign in to comment.