Skip to content

Commit

Permalink
Use version references for plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
manami-project committed May 10, 2024
1 parent c7b1d1e commit 39071ed
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ junit-jupiter = "5.10.2"
platform-launcher = "1.10.2"
kotlinx-coroutines-core-jvm = "1.8.0"
kotlin = "1.9.24"
coveralls-jacoco = "1.2.20"

[libraries]
assertj-core = { module = "org.assertj:assertj-core", version.ref = "assertj-core" }
Expand All @@ -17,5 +18,5 @@ kotlin-stdlib = { module = "org.jetbrains.kotlin:kotlin-stdlib", version.ref = "
kotlin-test-junit5 = { module = "org.jetbrains.kotlin:kotlin-test-junit5", version.ref = "kotlin" }

[plugins]
kotlin-jvm = { id = "org.jetbrains.kotlin.jvm", version = "1.9.24" }
coveralls-jacoco = { id = "com.github.nbaztec.coveralls-jacoco", version = "1.2.20" }
kotlin-jvm = { id = "org.jetbrains.kotlin.jvm", version.ref = "kotlin" }
coveralls-jacoco = { id = "com.github.nbaztec.coveralls-jacoco", version.ref = "coveralls-jacoco" }

0 comments on commit 39071ed

Please sign in to comment.