diff --git a/README.md b/README.md index 3996b70..96ff410 100644 --- a/README.md +++ b/README.md @@ -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. diff --git a/build.sbt b/build.sbt index ae240fc..e2d6d9f 100644 --- a/build.sbt +++ b/build.sbt @@ -6,7 +6,7 @@ import Defaults._ organization := "io.swagger" -version := "1.0.6-SNAPSHOT" +version := "1.0.6" scalaVersion := "2.11.12"