Skip to content

Commit c4866c8

Browse files
committed
* scala 2.11.12
* BsonConverter Char support
1 parent 8b8f298 commit c4866c8

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ language: scala
44
services: mongodb
55

66
scala:
7-
- 2.11.11
7+
- 2.11.12
88
- 2.12.6
99

1010
branches:

CHANGES.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
## Versions
44

5+
### 1.5.3
6+
7+
* scala 2.11.12
8+
* BsonConverter Char support
9+
10+
511
### 1.5.2
612

713
* GridFSDAO extends Metadata

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ name := "simple-mongo"
66

77
organization := "com.sfxcode.nosql"
88

9-
crossScalaVersions := Seq("2.12.6", "2.11.11")
9+
crossScalaVersions := Seq("2.12.6", "2.11.12")
1010

1111
scalaVersion := "2.12.6"
1212

0 commit comments

Comments
 (0)