Skip to content

Commit

Permalink
Updated sample code to 2013.10.16-master-56bcfdd-v1.
Browse files Browse the repository at this point in the history
  • Loading branch information
omnilinguist committed Oct 17, 2013
1 parent 816bf24 commit 9a53932
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion sample/project/Build.scala
Expand Up @@ -10,7 +10,7 @@ object ApplicationBuild extends Build {
val appVersion = "1.0-SNAPSHOT"

val appDependencies = Seq(
"com.linkedin" %% "play-testng-helpers" % "2.2.0-v1"
"com.linkedin" %% "play-testng-helpers" % "2013.10.16-master-56bcfdd-v1"
)

val main = play.Project(appName, appVersion, appDependencies).settings(
Expand Down
4 changes: 2 additions & 2 deletions sample/project/plugins.sbt
Expand Up @@ -5,6 +5,6 @@ logLevel := Level.Warn
resolvers += "Typesafe repository" at "http://repo.typesafe.com/typesafe/releases/"

// Use the Play sbt plugin for Play projects
addSbtPlugin("com.typesafe.play" % "sbt-plugin" % "2.2.0")
addSbtPlugin("com.typesafe.play" % "sbt-plugin" % "2013.10.16-master-56bcfdd")

addSbtPlugin("com.linkedin" % "play-plugins-testng" % "2.2.0-v1")
addSbtPlugin("com.linkedin" % "play-plugins-testng" % "2013.10.16-master-56bcfdd-v1")

0 comments on commit 9a53932

Please sign in to comment.