Skip to content

Commit

Permalink
Update plugin com.adarshr.test-logger to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 4, 2023
1 parent 1341eb2 commit 65b5c13
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .test/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import org.gradle.api.tasks.testing.logging.TestExceptionFormat

plugins {
kotlin("jvm") version "1.8.10"
id("com.adarshr.test-logger") version "3.2.0"
id("com.adarshr.test-logger") version "4.0.0"
id("com.diffplug.spotless") version "6.23.3"
}

Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import org.gradle.api.tasks.testing.logging.TestExceptionFormat

plugins {
kotlin("jvm") version "1.8.10"
id("com.adarshr.test-logger") version "3.2.0"
id("com.adarshr.test-logger") version "4.0.0"
id("com.diffplug.spotless") version "6.23.3"
}

Expand Down

0 comments on commit 65b5c13

Please sign in to comment.