-
Notifications
You must be signed in to change notification settings - Fork 2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Upgrade to Play 2.7.1 * Revert "Play2: Use thread-pool-executor for all database benchmarks" This reverts commit 0fcdb35. * Let's try parallelism-max = 64 * Update dependency for reactivemongo * Play 2.7.2 released meanwhile * Use snapshots of play-reactivemongo for now
- Loading branch information
1 parent
8e53a43
commit 547370f
Showing
22 changed files
with
209 additions
and
179 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
frameworks/Java/play2-java/play2-java-ebean-hikaricp/project/plugins.sbt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
addSbtPlugin("com.typesafe.play" % "sbt-plugin" % "2.7.0") | ||
addSbtPlugin("com.typesafe.play" % "sbt-plugin" % "2.7.2") | ||
|
||
addSbtPlugin("com.typesafe.sbt" % "sbt-play-ebean" % "5.0.1") |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
frameworks/Java/play2-java/play2-java-jooq-hikaricp/project/plugins.sbt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
addSbtPlugin("com.typesafe.play" % "sbt-plugin" % "2.7.0") | ||
addSbtPlugin("com.typesafe.play" % "sbt-plugin" % "2.7.2") |
Oops, something went wrong.