Skip to content

Commit c764664

Browse files
authored
Merge branch 'main' into use-rust-flint-v2
2 parents ab98205 + 2288103 commit c764664

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ fun generateTask(taskName: String, incubating: Boolean) {
121121
"--mount", "type=bind,source=${modelPath},target=/home/weaver/source,readonly",
122122
"--mount", "type=bind,source=$projectDir/buildscripts/templates,target=/home/weaver/templates,readonly",
123123
"--mount", "type=bind,source=$projectDir/$outputDir,target=/home/weaver/target",
124-
"otel/weaver:v0.22.1@sha256:33ae522ae4b71c1c562563c1d81f46aa0f79f088a0873199143a1f11ac30e5c9",
124+
"otel/weaver:v0.23.0@sha256:7984ecb55b859eb3034ae9d836c4eeda137e2bdd0873b7ba2bb6c3d24d6ff457",
125125
"registry", "generate",
126126
"--registry=/home/weaver/source",
127127
"--templates=/home/weaver/templates",

buildSrc/src/main/kotlin/otel.animalsniffer-conventions.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ plugins {
77
}
88

99
dependencies {
10-
add("signature", "com.toasttab.android:gummy-bears-api-23:0.13.0:coreLib@signature")
10+
add("signature", "com.toasttab.android:gummy-bears-api-23:0.14.0:coreLib2@signature")
1111
}
1212

1313
animalsniffer {

0 commit comments

Comments
 (0)