We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b8f298 commit c4866c8Copy full SHA for c4866c8
.travis.yml
@@ -4,7 +4,7 @@ language: scala
4
services: mongodb
5
6
scala:
7
- - 2.11.11
+ - 2.11.12
8
- 2.12.6
9
10
branches:
CHANGES.md
@@ -2,6 +2,12 @@
2
3
## Versions
+### 1.5.3
+
+* scala 2.11.12
+* BsonConverter Char support
11
### 1.5.2
12
13
* GridFSDAO extends Metadata
build.sbt
@@ -6,7 +6,7 @@ name := "simple-mongo"
organization := "com.sfxcode.nosql"
-crossScalaVersions := Seq("2.12.6", "2.11.11")
+crossScalaVersions := Seq("2.12.6", "2.11.12")
scalaVersion := "2.12.6"
0 commit comments