christophsturm
05/21/2025, 4:22 PMproduct:
type: lib
platforms:
- jvm
dependencies:
- ../core: exported
- ../integresql-client: exported
- io.vertx:vertx-lang-kotlin-coroutines:4.5.10
- io.vertx:vertx-pg-client:4.5.10
- com.ongres.scram:client:2.1
test-dependencies:
- dev.failgood:failgood:0.9.1
- $kotlin-test
settings:
kotlin:
languageVersion: 2.0
junit: junit-5
I updated it to 0.7 but when I run ./amper test i get the error 00:00.988 ERROR /Users/christoph/Projects/isolation-chamber/integresql/module.yaml135: No catalog value for the key kotlin-test
but when i command click on kotlin test in the file i get to a version catalog that contains kotlin-testklikh
05/21/2025, 4:39 PM$kotlin.test
instead. We’ve changed the syntax for default catalogue entries some time ago. Sorry for the inconvenience.joffrey
05/21/2025, 5:04 PMchristophsturm
05/21/2025, 7:32 PM[libraries]
kotlin-test-junit5 = "org.jetbrains.kotlin:kotlin-test-junit5:2.1.20"
kotlin-test-junit = "org.jetbrains.kotlin:kotlin-test-junit:2.1.20"
kotlin-test = "org.jetbrains.kotlin:kotlin-test:2.1.20"
kotlin.test = "org.jetbrains.kotlin:kotlin-test:2.1.20"
kotlin.test.junit = "org.jetbrains.kotlin:kotlin-test-junit:2.1.20"
kotlin.test.junit5 = "org.jetbrains.kotlin:kotlin-test-junit5:2.1.20"
kotlin.reflect = "org.jetbrains.kotlin:kotlin-reflect:2.1.20"
the filename tab just says “Built-in Catalog”joffrey
05/21/2025, 7:56 PMjoffrey
05/21/2025, 7:56 PMchristophsturm
05/21/2025, 7:57 PMchristophsturm
05/21/2025, 7:58 PMjoffrey
05/21/2025, 8:02 PM