Skip to content

Commit f54fd1a

Browse files
committed
update play plugin name
1 parent a89d31a commit f54fd1a

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

sample/conf/routes

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,4 @@ GET /json controllers.Application.json
88

99
# Map static resources from the /public folder to the /assets URL path
1010
GET /assets/*file controllers.Assets.at(path="/public", file)
11+

sample/project/plugins.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@ resolvers += Resolver.file("local repo", new java.io.File(System.getProperty("us
1010
resolvers += Resolver.url("julienba.github.com", url("http://julienba.github.com/repo/"))(Resolver.ivyStylePatterns)
1111

1212
// Use the Play sbt plugin for Play projects
13-
addSbtPlugin("play" % "sbt-plugin" % "2.2.0")
13+
addSbtPlugin("com.typesafe.play" % "sbt-plugin" % "2.2.0")
1414

1515
addSbtPlugin("org.jba" % "play2-plugins-mustache" % "1.1.3")

0 commit comments

Comments
 (0)