We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dfd8c84 commit a41046fCopy full SHA for a41046f
centrifuge/build.gradle
@@ -23,7 +23,7 @@ publishing {
23
}
24
25
dependencies {
26
- api 'com.squareup.okhttp3:okhttp:4.10.0'
+ api 'com.squareup.okhttp3:okhttp:4.12.0'
27
implementation 'com.google.protobuf:protobuf-javalite:3.25.5'
28
implementation 'net.sourceforge.streamsupport:streamsupport-minifuture:1.7.4'
29
publish-setup.gradle
@@ -1,7 +1,7 @@
1
allprojects {
2
plugins.withId("com.vanniktech.maven.publish.base") {
3
project.group = "io.github.centrifugal"
4
- project.version = "0.4.2"
+ project.version = "0.5.0"
5
6
mavenPublishing {
7
publishToMavenCentral()
0 commit comments