Skip to content
This repository has been archived by the owner on Sep 14, 2022. It is now read-only.

Commit

Permalink
Merge pull request #66 from swagger-api/prepare-release-1.0.6
Browse files Browse the repository at this point in the history
prepare release 1.0.6
  • Loading branch information
frantuma authored Dec 7, 2019
2 parents 4e73a63 + 50b9f9d commit 00dedc8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ This project is compatible with [swagger-core](https://github.com/swagger-api/sw
To enable the swagger-scala-module, include the appropriate version in your project:

```
"io.swagger" %% "swagger-scala-module" % "1.0.6-SNAPSHOT"
"io.swagger" %% "swagger-scala-module" % "1.0.6"
```

Which will include the proper cross-publish version of swagger-scala-module.
Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import Defaults._

organization := "io.swagger"

version := "1.0.6-SNAPSHOT"
version := "1.0.6"

scalaVersion := "2.11.12"

Expand Down

0 comments on commit 00dedc8

Please sign in to comment.