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

Commit 00dedc8

Browse files
authored
Merge pull request #66 from swagger-api/prepare-release-1.0.6
prepare release 1.0.6
2 parents 4e73a63 + 50b9f9d commit 00dedc8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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.6-SNAPSHOT"
22+
"io.swagger" %% "swagger-scala-module" % "1.0.6"
2323
```
2424

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

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import Defaults._
66

77
organization := "io.swagger"
88

9-
version := "1.0.6-SNAPSHOT"
9+
version := "1.0.6"
1010

1111
scalaVersion := "2.11.12"
1212

0 commit comments

Comments
 (0)