Skip to content

Commit c341a6d

Browse files
authored
Update README.md
1 parent 8b397d8 commit c341a6d

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

README.md

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,6 @@
11
![Build Status](https://github.com/swagger-akka-http/swagger-pekko-http/actions/workflows/ci.yml/badge.svg)
2+
[![Maven Central](https://maven-badges.herokuapp.com/maven-central/com.github.swagger-akka-http/swagger-pekko-http_2.13/badge.svg)](https://maven-badges.herokuapp.com/maven-central/com.github.swagger-akka-http/swagger-pekko-http_2.13)
23
[![Sonatype Snapshots](https://img.shields.io/nexus/s/https/oss.sonatype.org/com.github.swagger-akka-http/swagger-pekko-http_2.13.svg)](https://oss.sonatype.org/content/repositories/snapshots/com/github/swagger-akka-http/swagger-pekko-http_2.13/)
3-
<!--
4-
[![Gitter](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/swagger-akka-http/Lobby?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
5-
[![Maven Central](https://maven-badges.herokuapp.com/maven-central/com.github.swagger-akka-http/swagger-akka-http_2.13/badge.svg)](https://maven-badges.herokuapp.com/maven-central/com.github.swagger-akka-http/swagger-akka-http_2.13)
6-
[![codecov.io](https://codecov.io/gh/swagger-akka-http/swagger-akka-http/coverage.svg?branch=main)](https://codecov.io/gh/swagger-akka-http/swagger-akka-http/branch/main)
7-
-->
84
# swagger-pekko-http
95

106
Swagger-Pekko-Http brings [Swagger](https://swagger.io/swagger-core/) support for [Pekko-Http](https://github.com/apache/incubator-pekko-http) Apis. The included `SwaggerHttpService` route will inspect Scala types with Swagger annotations and build a swagger compliant endpoint for a [swagger compliant ui](https://petstore.swagger.io/).
@@ -21,7 +17,7 @@ The [OpenAPI spec](https://swagger.io/specification/) is helpful for understandi
2117
The jars are hosted on [sonatype](https://oss.sonatype.org) and mirrored to Maven Central. Snapshot releases are also hosted on sonatype.
2218

2319
```sbt
24-
libraryDependencies += "com.github.swagger-akka-http" %% "swagger-pekko-http" % "<release-version>"
20+
libraryDependencies += "com.github.swagger-akka-http" %% "swagger-pekko-http" % "2.11.0"
2521
```
2622

2723
## Examples

0 commit comments

Comments
 (0)