Skip to content

Commit

Permalink
Fixed transitive dependency issue
Browse files Browse the repository at this point in the history
  • Loading branch information
robfletcher committed Feb 10, 2020
1 parent b72bda1 commit dc2599b
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
version: '0.23.4'
version: '0.23.5'
---

## Auspicious Misery
Expand Down
7 changes: 7 additions & 0 deletions site/src/orchid/resources/changelog/0.23.6.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
version: '0.23.6'
---

## Weeping Spire

- Fixes missing transitive dependency on `com.christophsturm:filepeek`
2 changes: 1 addition & 1 deletion strikt-core/strikt-core.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ plugins {

dependencies {
api("org.opentest4j:opentest4j:1.2.0")
api("com.christophsturm:filepeek:0.1.1")

implementation("org.jetbrains.kotlin:kotlin-reflect")
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core")
implementation("com.christophsturm:filepeek:0.1.1")

testImplementation("dev.minutest:minutest:1.10.0")
}

0 comments on commit dc2599b

Please sign in to comment.