Skip to content

Commit 6e480f0

Browse files
committed
mongo scala driver 2.1.0
1 parent edf8266 commit 6e480f0

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

build.sbt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name := "simple-mongo"
33

44
organization := "com.sfxcode.nosql"
55

6-
version := "0.9.1"
6+
version := "0.9.2"
77

88
crossScalaVersions := Seq( "2.12.2","2.11.10")
99

@@ -32,9 +32,9 @@ libraryDependencies += "com.typesafe" % "config" % "1.3.1" % "test"
3232

3333
libraryDependencies += "joda-time" % "joda-time" % "2.9.9" % "test"
3434

35-
libraryDependencies += "org.json4s" %% "json4s-native" % "3.5.1" % "test"
35+
libraryDependencies += "org.json4s" %% "json4s-native" % "3.5.2" % "test"
3636

37-
libraryDependencies += "org.mongodb.scala" %% "mongo-scala-driver" % "2.0.0"
37+
libraryDependencies += "org.mongodb.scala" %% "mongo-scala-driver" % "2.1.0"
3838

3939

4040
libraryDependencies += "com.typesafe.scala-logging" %% "scala-logging" % "3.5.0"

src/main/scala/com/sfxcode/nosql/mongo/bson/codecs/BigDecimalCodec.scala

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ import org.bson.{ BsonReader, BsonWriter }
66
/**
77
* A Codec for BigDecimal instances.
88
*
9-
* @since 3.0
109
*/
1110
class BigDecimalCodec extends Codec[BigDecimal] {
1211

0 commit comments

Comments
 (0)