Skip to content

Commit 09c7327

Browse files
committed
Release 2.1.0-jongo1.3
1 parent bc7bd61 commit 09c7327

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Installation
1919
Add the following to your projects Build.scala (for build.sbt use `libraryDependencies` instead of `appDependencies`):
2020

2121
val appDependencies = Seq(
22-
"uk.co.panaxiom" %% "play-jongo" % "2.0.0-jongo1.3"
22+
"uk.co.panaxiom" %% "play-jongo" % "2.1.0-jongo1.3"
2323
)
2424

2525
*__Note related to play-jongo with Play 2.2:__ because there were issues reported due to incompatibilities of Play 2.2!, bson4jackson and the current version of jackson,

build.sbt

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ organization := "uk.co.panaxiom"
66

77
description := "Play 2.6.x Module for Jongo http://jongo.org/"
88

9-
version := "2.0.0-jongo1.3"
9+
version := "2.1.0-jongo1.3"
1010

1111
scalaVersion := "2.12.5"
1212

0 commit comments

Comments
 (0)