-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathlibs.example.versions.toml
More file actions
19 lines (17 loc) · 1006 Bytes
/
libs.example.versions.toml
File metadata and controls
19 lines (17 loc) · 1006 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
[versions]
kotest-testcontainers = "2.0.2"
kotlin = "1.9.20-Beta2"
spring-boot = "3.1.4"
spring-dependency-management = "1.1.3"
testcontainers = "1.16.0"
[libraries]
kotest-testcontainers = { module = "io.kotest.extensions:kotest-extensions-testcontainers", version.ref = "kotest-testcontainers" }
kotlin-reflect = { module = "org.jetbrains.kotlin:kotlin-reflect" }
spring-data-mongodb = { module = "org.springframework.boot:spring-boot-starter-data-mongodb" }
spring-test = { module = "org.springframework.boot:spring-boot-starter-test" }
testcontainers = { module = "org.testcontainers:testcontainers-bom", version.ref = "testcontainers" }
testcontainers-mongodb = { module = "org.testcontainers:mongodb" }
[plugins]
kotlin-spring = { id = "org.jetbrains.kotlin.plugin.spring", version.ref = "kotlin" }
spring-boot = { id = "org.springframework.boot", version.ref = "spring-boot" }
spring-dependency-management = { id = "io.spring.dependency-management", version.ref = "spring-dependency-management" }