updated version

This commit is contained in:
Tony Tam 2014-05-01 20:14:41 -07:00
parent a4196609c9
commit f67006057e
2 changed files with 4 additions and 3 deletions

View File

@ -5,9 +5,9 @@ organization := "com.wordnik"
name := "swagger-codegen"
version := "2.0.13"
version := "2.0.14"
scalaVersion := "2.10.1"
scalaVersion := "2.10.0"
crossVersion := CrossVersion.full
@ -65,7 +65,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"))

View File

@ -1,2 +1,3 @@
addSbtPlugin("com.typesafe.sbt" % "sbt-pgp" % "0.8")
addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "0.9.1")