Skip to content

Commit

Permalink
Change upstream agent to snapshot version (#1366)
Browse files Browse the repository at this point in the history
  • Loading branch information
laurit committed Jul 15, 2023
1 parent 4e2e0bf commit 8db4954
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dependencyManagement/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ plugins {

val otelVersion = "1.28.0"
val otelAlphaVersion = otelVersion.replaceFirst("(-SNAPSHOT)?$".toRegex(), "-alpha$1")
val otelInstrumentationVersion = "1.28.0"
val otelInstrumentationVersion = "1.29.0-SNAPSHOT"
val otelInstrumentationAlphaVersion = otelInstrumentationVersion.replaceFirst("(-SNAPSHOT)?$".toRegex(), "-alpha$1")
val otelContribAlphaVersion = "1.27.0-alpha"

Expand Down

0 comments on commit 8db4954

Please sign in to comment.