Skip to content

Commit 62c7fd6

Browse files
committed
Enforce org.jetbrains:annotations:23.0.0
1 parent 7a4d0e1 commit 62c7fd6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build.gradle.kts

+1
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,7 @@ dependencies {
8585
val dependencyVersions = listOf(
8686
"net.bytebuddy:byte-buddy:1.14.5",
8787
"net.bytebuddy:byte-buddy-agent:1.14.5",
88+
"org.jetbrains:annotations:23.0.0",
8889
)
8990

9091
val dependencyGroupVersions = mapOf(

0 commit comments

Comments
 (0)