We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a5b8418 commit 1a794fcCopy full SHA for 1a794fc
dependencyManagement/build.gradle.kts
@@ -4,7 +4,7 @@ plugins {
4
5
val otelVersion = "1.59.0"
6
val otelAlphaVersion = otelVersion.replaceFirst("(-SNAPSHOT)?$".toRegex(), "-alpha$1")
7
-val otelInstrumentationVersion = "2.25.0"
+val otelInstrumentationVersion = "2.26.0-SNAPSHOT"
8
val otelInstrumentationAlphaVersion = otelInstrumentationVersion.replaceFirst("(-SNAPSHOT)?$".toRegex(), "-alpha$1")
9
val otelContribAlphaVersion = "1.53.0-alpha"
10
0 commit comments