Skip to content

Commit 6dda788

Browse files
committed
dependency updates
1 parent ae40f16 commit 6dda788

File tree

4 files changed

+6
-8
lines changed

4 files changed

+6
-8
lines changed

build.sbt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ resolvers +=
3939

4040
// Test
4141

42-
libraryDependencies += "org.specs2" %% "specs2-core" % "4.8.0" % Test
42+
libraryDependencies += "org.specs2" %% "specs2-core" % "4.8.1" % Test
4343

4444
libraryDependencies += "ch.qos.logback" % "logback-classic" % "1.2.3" % Test
4545

@@ -49,7 +49,7 @@ libraryDependencies += "org.json4s" %% "json4s-native" % "3.6.7" % Test
4949

5050
libraryDependencies += "com.github.pathikrit" %% "better-files" % "3.8.0" % Test
5151

52-
libraryDependencies += "org.mongodb.scala" %% "mongo-scala-driver" % "2.7.0"
52+
libraryDependencies += "org.mongodb.scala" %% "mongo-scala-driver" % "2.8.0"
5353

5454
libraryDependencies += "com.typesafe" % "config" % "1.4.0"
5555

project/build.properties

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

project/plugins.sbt

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ addSbtPlugin("com.geirsson" % "sbt-scalafmt" % "1.5.1")
77

88
addSbtPlugin("org.scalariform" % "sbt-scalariform" % "1.8.3")
99

10-
addSbtPlugin("org.scoverage" % "sbt-scoverage" % "1.6.0")
10+
addSbtPlugin("org.scoverage" % "sbt-scoverage" % "1.6.1")
1111

1212
addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.9.0")
1313

@@ -21,9 +21,7 @@ addSbtPlugin("org.foundweekends" % "sbt-bintray" % "0.5.5")
2121
addSbtPlugin("com.github.gseitz" % "sbt-release" % "1.0.12")
2222

2323
// paradox
24-
addSbtPlugin("com.lightbend.paradox" % "sbt-paradox" % "0.6.6")
25-
26-
addSbtPlugin("com.lightbend.paradox" % "sbt-paradox-theme" % "0.6.6")
24+
addSbtPlugin("com.lightbend.paradox" % "sbt-paradox" % "0.6.8")
2725

2826
addSbtPlugin("io.github.jonas" % "sbt-paradox-material-theme" % "0.6.0")
2927

version.sbt

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

0 commit comments

Comments
 (0)