From 50b9f9d6ce5d687a7081903e1afd8f7504b7dced Mon Sep 17 00:00:00 2001 From: frantuma Date: Sat, 7 Dec 2019 15:36:11 +0100 Subject: [PATCH] prepare release 1.0.6 --- README.md | 2 +- build.sbt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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"