Skip to content

Commit

Permalink
fix plugins.sbt in play example
Browse files Browse the repository at this point in the history
  • Loading branch information
ShaggyYeti committed Aug 22, 2014
1 parent 633c9c6 commit 9c631f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion play-sass-example/project/plugins.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ resolvers += "Typesafe repository" at "http://repo.typesafe.com/typesafe/release
// The Play plugin
addSbtPlugin("com.typesafe.play" % "sbt-plugin" % "2.3.0")

//resolvers += Resolver.url("GitHub repository", url("http://shaggyyeti.github.io/releases"))(Resolver.ivyStylePatterns)
resolvers += Resolver.url("GitHub repository", url("http://shaggyyeti.github.io/releases"))(Resolver.ivyStylePatterns)

addSbtPlugin("default" % "sbt-sass" % "0.1.6")

0 comments on commit 9c631f1

Please sign in to comment.