Skip to content
This repository has been archived by the owner on Jan 20, 2023. It is now read-only.

Commit

Permalink
依存の更新
Browse files Browse the repository at this point in the history
  • Loading branch information
k163377 committed Aug 21, 2021
1 parent 50b6531 commit fc61b35
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
plugins {
id("maven")
kotlin("jvm") version "1.4.32"
kotlin("jvm") version "1.5.21"
// プロダクションコード以外
id("org.jlleitschuh.gradle.ktlint") version "10.0.0"
id("org.jlleitschuh.gradle.ktlint") version "10.1.0"
id("jacoco")
id("me.champeau.gradle.jmh") version "0.5.3"
}

group = "com.mapk"
version = "0.1.4"
version = "0.1.5"

repositories {
mavenCentral()
Expand All @@ -18,10 +18,10 @@ dependencies {
implementation(kotlin("reflect"))

// https://mvnrepository.com/artifact/org.junit.jupiter/junit-jupiter
testImplementation(group = "org.junit.jupiter", name = "junit-jupiter", version = "5.7.1") {
testImplementation(group = "org.junit.jupiter", name = "junit-jupiter", version = "5.7.2") {
exclude(group = "org.junit.vintage", module = "junit-vintage-engine")
}
testImplementation("io.mockk:mockk:1.11.0")
testImplementation("io.mockk:mockk:1.12.0")
}

tasks {
Expand Down

0 comments on commit fc61b35

Please sign in to comment.