Skip to content

Commit 085e4be

Browse files
committed
Add version placeholder in sanity check
1 parent 0c4b20a commit 085e4be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/java/SanityCheck.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
///usr/bin/env jbang "$0" "$@" ; exit $?
22
//REPOS mavencentral,ossrh-staging=https://oss.sonatype.org/content/groups/staging/,rabbitmq-packagecloud-milestones=https://packagecloud.io/rabbitmq/maven-milestones/maven2
3-
//DEPS com.rabbitmq:stream-client:0.5.0
3+
//DEPS com.rabbitmq:stream-client:${version}
44
//DEPS org.slf4j:slf4j-simple:1.7.36
55

66
import com.rabbitmq.stream.Environment;

0 commit comments

Comments
 (0)