Skip to content

Commit fa34bc6

Browse files
authored
Update README.md
1 parent 4d0b632 commit fa34bc6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Swagger Scala Module
22

3-
[![Build Status](https://travis-ci.org/swagger-api/swagger-scala-module.svg?branch=develop)](https://travis-ci.org/swagger-api/swagger-scala-module)
3+
[![Build Status](https://travis-ci.org/swagger-akka-http/swagger-scala-module.svg?branch=develop)](https://travis-ci.org/swagger-akka-http/swagger-scala-module)
44
[![Maven Central](https://maven-badges.herokuapp.com/maven-central/io.swagger/swagger-scala-module_2.11/badge.svg?style=plastic)](https://maven-badges.herokuapp.com/maven-central/io.swagger/swagger-scala-module_2.11)
55

66
The goal of Swagger™ is to define a standard, language-agnostic interface to REST APIs which allows both humans and computers to discover and understand the capabilities of the service without access to source code, documentation, or through network traffic inspection. When properly defined via Swagger, a consumer can understand and interact with the remote service with a minimal amount of implementation logic. Similar to what interfaces have done for lower-level programming, Swagger removes the guesswork in calling the service.
@@ -19,7 +19,7 @@ This project is compatible with [swagger-core](https://github.com/swagger-api/sw
1919
To enable the swagger-scala-module, include the appropriate version in your project:
2020

2121
```
22-
"io.swagger" %% "swagger-scala-module" % "1.0.3"
22+
"io.swagger" %% "swagger-scala-module" % "1.0.4"
2323
```
2424

2525
Which will include the proper cross-publish version of swagger-scala-module.

0 commit comments

Comments
 (0)