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
Copy file name to clipboardexpand all lines: README.md
+5-4
Original file line number
Diff line number
Diff line change
@@ -1,10 +1,11 @@
1
-
PlayJongo Play 2.5.x Module
1
+
PlayJongo Play 2.6.x Module
2
2
=====================================
3
3
4
-
This is a Play 2.5.x Module for [Jongo](http://jongo.org/)
4
+
This is a Play 2.6.x Module for [Jongo](http://jongo.org/)
5
5
(a MongoDB Java driver wrapper).
6
6
7
-
*If you're using Play! 2.4.x, 2.3.x, 2.2.x or 2.1.x you can use an older version of play-jongo:*
7
+
*If you're using Play! 2.5.x, 2.4.x, 2.3.x, 2.2.x or 2.1.x you can use an older version of play-jongo:*
8
+
* for 2.5.x use `2.0.0-jongo1.3`
8
9
* for 2.4.x use `1.0.1-jongo1.2`
9
10
* for 2.3.x use `0.7.1-jongo1.0`
10
11
* for 2.2.x use `0.6.0-jongo1.0`
@@ -106,7 +107,7 @@ You can configure your mapper factory like this:
106
107
107
108
For scala users this project already provides a factory that uses the [jackson scala module](https://github.com/FasterXML/jackson-module-scala)
108
109
and configures the jongo/jackson mapper with the `DefaultScalaModule`. To use this factory you need add the jackson scala module to your appDependencies
109
-
(e.g. add `"com.fasterxml.jackson.module" %% "jackson-module-scala" % "2.4.1"`) in `project/Build.scala` and configure the factory in
110
+
(e.g. add `"com.fasterxml.jackson.module" %% "jackson-module-scala" % "2.7.9"`) in `project/Build.scala` and configure the factory in
0 commit comments