Skip to content
This repository has been archived by the owner on Apr 23, 2019. It is now read-only.

Commit

Permalink
Fix for integration tests by revert to Anorm 2.5.0 (#11)
Browse files Browse the repository at this point in the history
  • Loading branch information
wsargent committed Oct 6, 2016
1 parent e99746c commit 4232a88
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
@@ -1,6 +1,6 @@
language: scala
scala:
- 2.11.7
- 2.11.8
sudo: false
# This is needed as long as the travis build environment is JDK 1.8.0 < u40 (at time of writing it is u31)
# Otherwise, FSpec fails due to deadlocks caused by CompletableFuture.thenCompose blocking in the trampoline
Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Expand Up @@ -10,7 +10,7 @@ libraryDependencies ++= Seq(
jdbc,
evolutions,
"com.adrianhurt" %% "play-bootstrap" % "1.0-P25-B3",
"com.typesafe.play" %% "anorm" % "2.5.1",
"com.typesafe.play" %% "anorm" % "2.5.0",
"org.scalatestplus.play" %% "scalatestplus-play" % "1.5.1" % "test"
)

Expand Down

0 comments on commit 4232a88

Please sign in to comment.