Skip to content

Commit

Permalink
release0.13.2
Browse files Browse the repository at this point in the history
  • Loading branch information
gakuzzzz committed Mar 22, 2015
1 parent 051bf1d commit dff9b7d
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
8 changes: 4 additions & 4 deletions README.ja.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,15 +52,15 @@ Play2.1以前をお使いの方へ

`Build.scala` もしくは `build.sbt` にライブラリ依存性定義を追加します。

"jp.t2v" %% "play2-auth" % "0.13.1",
"jp.t2v" %% "play2-auth-test" % "0.13.1" % "test"
"jp.t2v" %% "play2-auth" % "0.13.2",
"jp.t2v" %% "play2-auth-test" % "0.13.2" % "test"

For example: `Build.scala`

```scala
val appDependencies = Seq(
"jp.t2v" %% "play2-auth" % "0.13.1",
"jp.t2v" %% "play2-auth-test" % "0.13.1" % "test"
"jp.t2v" %% "play2-auth" % "0.13.2",
"jp.t2v" %% "play2-auth-test" % "0.13.2" % "test"
)
```

Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,15 +59,15 @@ Add dependency declarations into your `Build.scala` or `build.sbt` file:

* __for Play2.3.x__

"jp.t2v" %% "play2-auth" % "0.13.1",
"jp.t2v" %% "play2-auth-test" % "0.13.1" % "test"
"jp.t2v" %% "play2-auth" % "0.13.2",
"jp.t2v" %% "play2-auth-test" % "0.13.2" % "test"

For example your `Build.scala` might look like this:

```scala
val appDependencies = Seq(
"jp.t2v" %% "play2-auth" % "0.13.1",
"jp.t2v" %% "play2-auth-test" % "0.13.1" % "test"
"jp.t2v" %% "play2-auth" % "0.13.2",
"jp.t2v" %% "play2-auth-test" % "0.13.2" % "test"
)
```

Expand Down
2 changes: 1 addition & 1 deletion project/Build.scala
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ object ApplicationBuild extends Build {
val playVersion = play.core.PlayVersion.current

lazy val baseSettings = Seq(
version := "0.13.1",
version := "0.13.2",
scalaVersion := "2.10.4",
crossScalaVersions := Seq("2.10.4", "2.11.1"),
organization := "jp.t2v",
Expand Down

0 comments on commit dff9b7d

Please sign in to comment.