Skip to content

Commit

Permalink
release 0.4 stable
Browse files Browse the repository at this point in the history
  • Loading branch information
gakuzzzz committed Nov 19, 2012
1 parent 399b096 commit 399212e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions module/build.sbt
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
name := "play20.auth"

version := "0.4-SNAPSHOT"
version := "0.4"

resolvers ++= Seq(
"Typesafe repository" at "http://repo.typesafe.com/typesafe/releases/"
)

libraryDependencies ++= Seq(
"play" %% "play" % "2.0.3"
"play" %% "play" % "2.0.4"
)

organization := "jp.t2v"
Expand Down
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ resolvers ++= Seq(
)

// Use the Play sbt plugin for Play projects
addSbtPlugin("play" % "sbt-plugin" % "2.0.3")
addSbtPlugin("play" % "sbt-plugin" % "2.0.4")

0 comments on commit 399212e

Please sign in to comment.