Skip to content

Commit

Permalink
Upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
jsalinaspolo committed Dec 2, 2020
1 parent 9369d31 commit 12b4c93
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-6.7-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-6.7.1-all.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
6 changes: 3 additions & 3 deletions logcapture-kotest/logcapture-kotest.gradle
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
plugins {
id 'org.jetbrains.kotlin.jvm' version '1.4.10'
id 'org.jetbrains.kotlin.jvm' version '1.4.20'
}

dependencies {
compile project(":logcapture-core")

implementation 'io.kotest:kotest-runner-junit5-jvm:4.3.0'
implementation 'io.kotest:kotest-assertions-core-jvm:4.3.0'
implementation 'io.kotest:kotest-runner-junit5-jvm:4.3.1'
implementation 'io.kotest:kotest-assertions-core-jvm:4.3.1'
}

compileKotlin {
Expand Down

0 comments on commit 12b4c93

Please sign in to comment.