Skip to content

Commit 6367c8c

Browse files
committed
mongo-scala-driver 2.4.1
1 parent c1880c0 commit 6367c8c

File tree

5 files changed

+9
-5
lines changed

5 files changed

+9
-5
lines changed

CHANGES.md

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

33
## Versions
44

5+
### 1.5.5
6+
7+
* mongo-scala-driver 2.4.1
8+
59
### 1.5.3
610

711
* scala 2.11.12

build.sbt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ buildInfoOptions += BuildInfoOption.BuildTime
2525

2626
// Test
2727

28-
libraryDependencies += "org.specs2" %% "specs2-core" % "4.3.2" % Test
28+
libraryDependencies += "org.specs2" %% "specs2-core" % "4.3.4" % Test
2929

3030
libraryDependencies += "ch.qos.logback" % "logback-classic" % "1.2.3" % Test
3131

@@ -38,7 +38,7 @@ libraryDependencies += "org.json4s" %% "json4s-native" % "3.6.0" % Test
3838
libraryDependencies += "com.github.pathikrit" %% "better-files" % "3.6.0" % Test
3939

4040

41-
libraryDependencies += "org.mongodb.scala" %% "mongo-scala-driver" % "2.4.0"
41+
libraryDependencies += "org.mongodb.scala" %% "mongo-scala-driver" % "2.4.1"
4242

4343
libraryDependencies += "com.typesafe.scala-logging" %% "scala-logging" % "3.9.0"
4444

project/build.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
sbt.version=1.2.0
1+
sbt.version=1.2.1

project/plugin.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ addSbtPlugin("com.typesafe.sbt" % "sbt-site" % "1.3.2")
1919

2020
addSbtPlugin("com.typesafe.sbt" % "sbt-ghpages" % "0.6.2")
2121

22-
addSbtPlugin("com.lightbend.paradox" % "sbt-paradox" % "0.3.5")
22+
addSbtPlugin("com.lightbend.paradox" % "sbt-paradox" % "0.4.0")
2323

2424
addSbtPlugin("io.github.jonas" % "sbt-paradox-material-theme" % "0.4.0")
2525

version.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
version in ThisBuild := "1.5.5-SNAPSHOT"
1+
version in ThisBuild := "1.5.5"

0 commit comments

Comments
 (0)