Skip to content

Commit

Permalink
Bump version to 1.0.0-SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
agustafson-atl committed Dec 8, 2024
1 parent f20022f commit 666fecc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ val assertJVersion = "3.26.3"
val mockitoVersion = "4.11.0" // Mockito 5+ no longer supports Java 8
val jqwikVersion = "1.9.1"
val lombokVersion = "1.18.34"
val jqwikMockitoVersion = "0.0.1-SNAPSHOT"
val jqwikMockitoVersion = "1.0.0-SNAPSHOT"
val isSnapshotRelease = isSnapshotRelease(jqwikMockitoVersion)

group = moduleGroupId
Expand Down

0 comments on commit 666fecc

Please sign in to comment.