We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6365e5a + 4a12123 commit 2184fbbCopy full SHA for 2184fbb
.bumpversion.cfg
@@ -3,6 +3,8 @@ current_version = 5.1.0
3
4
[bumpversion:file:README.md]
5
6
+[bumpversion:file:assistant/README.md]
7
+
8
[bumpversion:file:conversation/README.md]
9
10
[bumpversion:file:discovery/README.md]
java-sdk/build.gradle
@@ -80,6 +80,7 @@ artifacts {
80
}
81
82
dependencies {
83
+ compile project(':assistant')
84
compile project(':conversation')
85
compile project(':core')
86
compile project(':discovery')
0 commit comments