From 1250cc758fd084b6787c614e34dfc3b13f68a53d Mon Sep 17 00:00:00 2001 From: Tony Tam Date: Mon, 9 Jun 2014 16:34:42 -0700 Subject: [PATCH] updated version --- build.sbt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.sbt b/build.sbt index 72ea42e8932..b31f8c2b937 100644 --- a/build.sbt +++ b/build.sbt @@ -7,7 +7,7 @@ name := "swagger-codegen" version := "2.0.17-SNAPSHOT" -scalaVersion := "2.10.1" +scalaVersion := "2.10.0" crossVersion := CrossVersion.full @@ -66,7 +66,7 @@ publishTo <<= (version) { version: String => Some("Sonatype Nexus Releases" at "https://oss.sonatype.org/service/local/staging/deploy/maven2") } -// publishTo := Some(Resolver.file("file", new File(Path.userHome.absolutePath+"/.m2/repository"))) +//publishTo := Some(Resolver.file("file", new File(Path.userHome.absolutePath+"/.m2/repository"))) artifact in (Compile, assembly) ~= { art => art.copy(`classifier` = Some("assembly"))