Skip to content

Commit 4ef9cb9

Browse files
committed
chore: bump Atmosphere to 4.0.26, release 0.2.0
1 parent eed531c commit 4ef9cb9

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

build.gradle

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ plugins {
66
}
77

88
group = 'org.atmosphere'
9-
version = '0.1.2-SNAPSHOT'
9+
version = '0.2.0'
1010

1111
repositories {
1212
mavenLocal()
@@ -36,11 +36,11 @@ dependencyManagement {
3636

3737
dependencies {
3838
// Atmosphere
39-
api 'org.atmosphere:atmosphere-spring-boot-starter:4.0.25'
40-
api 'org.atmosphere:atmosphere-agent:4.0.25'
41-
api 'org.atmosphere:atmosphere-a2a:4.0.25'
42-
api 'org.atmosphere:atmosphere-ai:4.0.25'
43-
api 'org.atmosphere:atmosphere-mcp:4.0.25'
39+
api 'org.atmosphere:atmosphere-spring-boot-starter:4.0.26'
40+
api 'org.atmosphere:atmosphere-agent:4.0.26'
41+
api 'org.atmosphere:atmosphere-a2a:4.0.26'
42+
api 'org.atmosphere:atmosphere-ai:4.0.26'
43+
api 'org.atmosphere:atmosphere-mcp:4.0.26'
4444

4545
// JavaClaw base (Channel, Agent, ChannelRegistry)
4646
compileOnly 'ai.javaclaw:base:1.0.0-SNAPSHOT'

0 commit comments

Comments
 (0)