Skip to content

Commit

Permalink
Remove kotlinVersion from version catalogue
Browse files Browse the repository at this point in the history
  • Loading branch information
jlink committed Jan 27, 2025
1 parent 8c946a8 commit ab75921
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion buildSrc/src/main/groovy/jqwik.common-configuration.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@ compileTestJava {

dependencies {
api("org.apiguardian:apiguardian-api:${apiGuardianVersion}")
// compileOnly "org.jetbrains.kotlin:kotlin-annotations-jvm:${kotlinVersion}"
compileOnly("org.jspecify:jspecify:${jspecifyVersion}")

// testCompilation should suffice but Java 8 will mess up reflection then
Expand Down
1 change: 0 additions & 1 deletion dependencies.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ ext {
mockitoVersion = '4.11.0' // Mockito 5+ no longer supports Java 8
systemLambdaVersion = '1.2.1'
errorproneVersion = '2.36.0'
kotlinVersion = '2.0.0'
kotlinxVersion = '1.10.1'
kotestVersion = '5.9.1'
jspecifyVersion = '1.0.0'
Expand Down

0 comments on commit ab75921

Please sign in to comment.