Skip to content

Commit

Permalink
merged from develop
Browse files Browse the repository at this point in the history
  • Loading branch information
fehguy committed Jan 17, 2014
1 parent 90f3651 commit ff63be7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/swagger-play2-utils/project/Build.scala
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ import play.Project._

object ApplicationBuild extends Build {
val appName = "swagger-play2-utils"
val appVersion = "1.3.1"
val appVersion = "1.3.2"

val appDependencies: Seq[sbt.ModuleID] = Seq(
"org.slf4j" % "slf4j-api" % "1.6.4",
"com.wordnik" %% "swagger-core" % "1.3.1",
"com.wordnik" % "swagger-core_2.10" % "1.3.2",
"com.wordnik" % "common-utils_2.10.0" % "1.1.5",
"javax.ws.rs" % "jsr311-api" % "1.1.1")

Expand Down

0 comments on commit ff63be7

Please sign in to comment.