We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f5a8ef2 commit e5dc5deCopy full SHA for e5dc5de
btrace-extensions/btrace-metrics/build.gradle
@@ -28,9 +28,9 @@ btraceExtension {
28
29
dependencies {
30
// API dependencies (no legacy services API)
31
- apiCompileOnly 'org.jetbrains:annotations:24.1.0'
+ apiCompileOnly 'org.jetbrains:annotations:26.1.0'
32
apiCompileOnly project(':btrace-core')
33
- implCompileOnly 'org.jetbrains:annotations:24.1.0'
+ implCompileOnly 'org.jetbrains:annotations:26.1.0'
34
35
// Implementation dependencies (will be shaded)
36
implImplementation project(':btrace-core')
0 commit comments