mirror of
https://github.com/tadfisher/gradle2nix.git
synced 2026-01-11 23:40:37 -05:00
Dogfood v2
This commit is contained in:
@@ -1,21 +1,19 @@
|
||||
[versions]
|
||||
gradle = "8.7"
|
||||
junit = "5.8.2"
|
||||
kotlin = "1.9.22"
|
||||
ktor = "2.3.11"
|
||||
kotest = "5.9.0"
|
||||
|
||||
[libraries]
|
||||
clikt = "com.github.ajalt:clikt:+"
|
||||
clikt = "com.github.ajalt.clikt:clikt:4.4.0"
|
||||
gradle-toolingApi = { module = "org.gradle:gradle-tooling-api", version.ref = "gradle" }
|
||||
junit-jupiter-api = "org.junit.jupiter:junit-jupiter-api:+"
|
||||
junit-jupiter-engine = "org.junit.jupiter:junit-jupiter-engine:+"
|
||||
junit-jupiter-params = "org.junit.jupiter:junit-jupiter-params:+"
|
||||
junit-platformLauncher = "org.junit.platform:junit-platform-launcher:+"
|
||||
kotest-runner = "io.kotest:kotest-runner-junit5:+"
|
||||
kotest-assertions = "io.kotest:kotest-assertions-core:+"
|
||||
kotlinx-coroutines-core = "org.jetbrains.kotlinx:kotlinx-coroutines-core:+"
|
||||
kotest-assertions = { module = "io.kotest:kotest-assertions-core", version.ref = "kotest" }
|
||||
kotest-runner = { module = "io.kotest:kotest-runner-junit5", version.ref = "kotest" }
|
||||
kotlinx-coroutines-core = "org.jetbrains.kotlinx:kotlinx-coroutines-core:1.8.1"
|
||||
ktor-server-core = { module = "io.ktor:ktor-server-core", version.ref = "ktor" }
|
||||
ktor-server-netty = { module = "io.ktor:ktor-server-netty", version.ref = "ktor" }
|
||||
okio = "com.squareup.okio:okio:+"
|
||||
okio = "com.squareup.okio:okio:3.9.0"
|
||||
serialization-json = "org.jetbrains.kotlinx:kotlinx-serialization-json:1.6.3"
|
||||
slf4j-api = "org.slf4j:slf4j-api:+"
|
||||
slf4j-simple = "org.slf4j:slf4j-simple:+"
|
||||
|
||||
Reference in New Issue
Block a user