@@ -25,20 +25,20 @@ buildInfoOptions += BuildInfoOption.BuildTime
2525
2626// Test
2727
28- libraryDependencies += " org.specs2" %% " specs2-core" % " 4.0.2 " % " test"
28+ libraryDependencies += " org.specs2" %% " specs2-core" % " 4.0.3 " % " test"
2929
3030libraryDependencies += " ch.qos.logback" % " logback-classic" % " 1.2.3" % " test"
3131
32- libraryDependencies += " com.typesafe" % " config" % " 1.3.2 " % " test"
32+ libraryDependencies += " com.typesafe" % " config" % " 1.3.3 " % " test"
3333
3434libraryDependencies += " joda-time" % " joda-time" % " 2.9.9" % " test"
3535
3636libraryDependencies += " org.json4s" %% " json4s-native" % " 3.5.3" % " test"
3737
38- libraryDependencies += " org.mongodb.scala" %% " mongo-scala-driver" % " 2.2.0 "
38+ libraryDependencies += " org.mongodb.scala" %% " mongo-scala-driver" % " 2.2.1 "
3939
4040
41- libraryDependencies += " com.typesafe.scala-logging" %% " scala-logging" % " 3.7.2 "
41+ libraryDependencies += " com.typesafe.scala-logging" %% " scala-logging" % " 3.8.0 "
4242
4343buildInfoPackage := " com.sfxcode.nosql.mongo"
4444
@@ -48,8 +48,6 @@ licenses += ("Apache-2.0", url("https://www.apache.org/licenses/LICENSE-2.0.html
4848
4949bintrayReleaseOnPublish in ThisBuild := true
5050
51- // enablePlugins(SiteScaladocPlugin)
52-
5351version in Paradox := {
5452 if (isSnapshot.value)
5553 " git tag -l" .!! .split(" \r ?\n " ).last
@@ -68,7 +66,7 @@ paradoxMaterialTheme in Paradox ~= {
6866 _.withRepository(uri(" https://github.com/sfxcode/simple-mongo" ))
6967}
7068
71- enablePlugins(SiteScaladocPlugin )
69+ // enablePlugins(SiteScaladocPlugin)
7270
7371enablePlugins(GhpagesPlugin )
7472
0 commit comments