From a654bd603e93e42daf453a471844605ed520cc8e Mon Sep 17 00:00:00 2001 From: Erlend Hamnaberg Date: Fri, 12 Dec 2025 09:36:47 +0100 Subject: [PATCH] Update Maven Central badge version to 0.7 Updated Maven Central badge version in README.md. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c6ac3a0f..e8baa3f8 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # netty-http4s -[![Continuous Integration](https://github.com/http4s/http4s-netty/actions/workflows/ci.yml/badge.svg)](https://github.com/http4s/http4s-netty/actions/workflows/ci.yml) ![Maven Central](https://img.shields.io/maven-central/v/org.http4s/http4s-netty-core_2.13?style=flat&versionPrefix=0.5) +[![Continuous Integration](https://github.com/http4s/http4s-netty/actions/workflows/ci.yml/badge.svg)](https://github.com/http4s/http4s-netty/actions/workflows/ci.yml) ![Maven Central](https://img.shields.io/maven-central/v/org.http4s/http4s-netty-core_2.13?style=flat&versionPrefix=0.7) Unfreeze of [@jmcardon](https://github.com/jmcardon) branch from [1831](https://github.com/http4s/http4s/pull/1831) to attempt to get [Netty Reactive Streams](https://github.com/playframework/netty-reactive-streams) working in Http4s.