Skip to content

Commit

Permalink
v2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
toshi committed May 28, 2015
1 parent 644b5cc commit 449e901
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ build.sbt

```scala
libraryDependencies ++= Seq(
"org.flywaydb" %% "flyway-play" % "2.0.0-RC2"
"org.flywaydb" %% "flyway-play" % "2.0.0"
)
```

Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ lazy val plugin = Project (
Seq(
name := "flyway-play",
organization := "org.flywaydb",
version := "2.0.0-RC2",
version := "2.0.0",
scalaVersion := "2.10.5",
crossScalaVersions := scalaVersion.value :: "2.11.6" :: Nil,
resolvers += "Typesafe repository" at "http://repo.typesafe.com/typesafe/releases/",
Expand Down

0 comments on commit 449e901

Please sign in to comment.