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

Commit a6ae25a

Browse files
author
wrongwrong
committed
アノテーションライブラリを更新
1 parent 3852449 commit a6ae25a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ dependencies {
3131
implementation("org.jetbrains.kotlin:kotlin-stdlib-jdk8")
3232
implementation(kotlin("reflect"))
3333
// https://mvnrepository.com/artifact/org.jetbrains/annotations
34-
compileOnly(group = "org.jetbrains", name = "annotations", version = "19.0.0")
34+
compileOnly(group = "org.jetbrains", name = "annotations", version = "20.1.0")
3535

3636
// https://mvnrepository.com/artifact/org.junit.jupiter/junit-jupiter
3737
testImplementation(group = "org.junit.jupiter", name = "junit-jupiter", version = "5.6.2") {

0 commit comments

Comments
 (0)