We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a29e766 commit 8abf03cCopy full SHA for 8abf03c
samples/java-play2/project/Build.scala
@@ -5,11 +5,11 @@ import play.Project._
5
object ApplicationBuild extends Build {
6
7
val appName = "petstore"
8
- val appVersion = "1.2.6-SNAPSHOT"
+ val appVersion = "1.3.2"
9
10
val appDependencies: Seq[sbt.ModuleID] = Seq(
11
- "com.wordnik" %% "swagger-play2" % "1.3-SNAPSHOT",
12
- "com.wordnik" %% "swagger-play2-utils" % "1.3-SNAPSHOT"
+ "com.wordnik" %% "swagger-play2" % "1.3.3",
+ "com.wordnik" %% "swagger-play2-utils" % "1.3.3"
13
)
14
15
val main = play.Project(appName, appVersion, appDependencies).settings(
0 commit comments