Skip to content

Commit

Permalink
Fix dependency conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
huehnerlady committed Sep 5, 2023
1 parent 23a1805 commit 43eb5ff
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ logger.lifecycle("version: $version")
val dependencyVersions = listOf(
libs.annotations,
libs.mockk,
libs.okio
libs.okio,
libs.opentest4j
)

val dependencyVersionsByGroup = mapOf(
Expand Down
1 change: 1 addition & 0 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ annotations = { module = "org.jetbrains:annotations", version = "24.0.1" }
byteBuddy = { module = "net.bytebuddy:byte-buddy", version.ref = "byteBuddy" }
kotlinx = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-jdk8", version.ref = "kotlinx" }
okio = { module = "com.squareup.okio:okio", version = "3.5.0" }
opentest4j = { module = "org.opentest4j:opentest4j", version = "1.3.0" }

[bundles]
kotest = ["kotest", "kotestEngine", "kotestProperty", "kotestRunner"]
Expand Down

0 comments on commit 43eb5ff

Please sign in to comment.