Skip to content

Commit

Permalink
v7.40.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tototoshi committed Jun 5, 2023
1 parent 9bb2d57 commit 82465ee
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ Flyway module for Play 2.4 or later. It aims to be a substitute for play-evoluti

| flyway-play version | play version | flyway version |
| ------------------- | ------------ | -------------- |
| 7.40.0 | 2.8.x | 9.18.0 |
| 7.39.0 | 2.8.x | 9.17.0 |
| 7.38.0 | 2.8.x | 9.16.0 |
| 7.37.0 | 2.8.x | 9.15.0 |
Expand Down Expand Up @@ -65,7 +66,7 @@ build.sbt

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

Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
val flywayPlayVersion = "7.40.0-SNAPSHOT"
val flywayPlayVersion = "7.40.0"

val scalaVersion_2_12 = "2.12.17"
val scalaVersion_2_13 = "2.13.10"
Expand Down

0 comments on commit 82465ee

Please sign in to comment.