Skip to content

Commit 8abf03c

Browse files
committed
Updated version
1 parent a29e766 commit 8abf03c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

samples/java-play2/project/Build.scala

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@ import play.Project._
55
object ApplicationBuild extends Build {
66

77
val appName = "petstore"
8-
val appVersion = "1.2.6-SNAPSHOT"
8+
val appVersion = "1.3.2"
99

1010
val appDependencies: Seq[sbt.ModuleID] = Seq(
11-
"com.wordnik" %% "swagger-play2" % "1.3-SNAPSHOT",
12-
"com.wordnik" %% "swagger-play2-utils" % "1.3-SNAPSHOT"
11+
"com.wordnik" %% "swagger-play2" % "1.3.3",
12+
"com.wordnik" %% "swagger-play2-utils" % "1.3.3"
1313
)
1414

1515
val main = play.Project(appName, appVersion, appDependencies).settings(

0 commit comments

Comments
 (0)