Skip to content

Commit 8a22ab8

Browse files
committed
dependency updates
1 parent 18e2431 commit 8a22ab8

File tree

3 files changed

+8
-10
lines changed

3 files changed

+8
-10
lines changed

build.sbt

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -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

3030
libraryDependencies += "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

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

3636
libraryDependencies += "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

4343
buildInfoPackage := "com.sfxcode.nosql.mongo"
4444

@@ -48,8 +48,6 @@ licenses += ("Apache-2.0", url("https://www.apache.org/licenses/LICENSE-2.0.html
4848

4949
bintrayReleaseOnPublish in ThisBuild := true
5050

51-
// enablePlugins(SiteScaladocPlugin)
52-
5351
version 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

7371
enablePlugins(GhpagesPlugin)
7472

project/build.properties

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

project/plugin.sbt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@ addSbtPlugin("com.timushev.sbt" % "sbt-updates" % "0.3.4")
1010

1111
addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.7.0")
1212

13-
addSbtPlugin("org.foundweekends" % "sbt-bintray" % "0.5.2")
13+
addSbtPlugin("org.foundweekends" % "sbt-bintray" % "0.5.3")
1414

1515
addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.7.0")
1616

17-
addSbtPlugin("com.typesafe.sbt" % "sbt-site" % "1.3.1")
17+
addSbtPlugin("com.typesafe.sbt" % "sbt-site" % "1.3.2")
1818

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

0 commit comments

Comments
 (0)