You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 18, 2024. It is now read-only.
Copy file name to clipboardExpand all lines: project/LibraryDependencies.scala
+17-9Lines changed: 17 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -3,21 +3,22 @@ import sbt._
3
3
objectLibraryDependencies {
4
4
5
5
privatevalplay25Version="2.5.19"
6
-
privatevalplay26Version="2.6.20"
6
+
privatevalplay26Version="2.6.23"// this version is pinned, since later versions are incompatible with the version of akka that reactivemongo was build with on scala 2.11.
casePlayVersion.Play27=>// reactivemongo uses an old akka-version which is incompatible with the latter version of akka used in play 2.7. on scala 2.11
0 commit comments