Skip to content

Commit 5af0d06

Browse files
committed
sbt.version=1.2.7
1 parent 29248c2 commit 5af0d06

File tree

5 files changed

+14
-9
lines changed

5 files changed

+14
-9
lines changed

CHANGES.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,11 @@
33
## Versions
44

55

6+
### 1.6.2
7+
* mongo-scala-driver 2.6.0
8+
* MongoDB Driver Async 3.10.0
9+
* sbt.version = 1.2.8
10+
611
### 1.6.1
712
* sbt.version = 1.2.7
813

build.sbt

Lines changed: 3 additions & 3 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.3.6" % Test
28+
libraryDependencies += "org.specs2" %% "specs2-core" % "4.4.1" % Test
2929

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

3232
libraryDependencies += "com.typesafe" % "config" % "1.3.3" % Test
3333

3434
libraryDependencies += "joda-time" % "joda-time" % "2.10.1" % Test
3535

36-
libraryDependencies += "org.json4s" %% "json4s-native" % "3.6.3" % Test
36+
libraryDependencies += "org.json4s" %% "json4s-native" % "3.6.4" % Test
3737

3838
libraryDependencies += "com.github.pathikrit" %% "better-files" % "3.7.0" % Test
3939

4040

41-
libraryDependencies += "org.mongodb.scala" %% "mongo-scala-driver" % "2.5.0"
41+
libraryDependencies += "org.mongodb.scala" %% "mongo-scala-driver" % "2.6.0"
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.7
1+
sbt.version=1.2.8

project/plugin.sbt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,21 +9,21 @@ addSbtPlugin("org.scalariform" % "sbt-scalariform" % "1.8.0")
99

1010
addSbtPlugin("org.scoverage" % "sbt-scoverage" % "1.5.1")
1111

12-
addSbtPlugin("com.timushev.sbt" % "sbt-updates" % "0.3.4")
12+
addSbtPlugin("com.timushev.sbt" % "sbt-updates" % "0.4.0")
1313

1414
addSbtPlugin("org.foundweekends" % "sbt-bintray" % "0.5.4")
1515

1616
addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.9.0")
1717

18-
addSbtPlugin("com.github.gseitz" % "sbt-release" % "1.0.10")
18+
addSbtPlugin("com.github.gseitz" % "sbt-release" % "1.0.11")
1919

2020

2121
addSbtPlugin("com.typesafe.sbt" % "sbt-site" % "1.3.2")
2222

23-
addSbtPlugin("com.typesafe.sbt" % "sbt-ghpages" % "0.6.2")
23+
addSbtPlugin("com.typesafe.sbt" % "sbt-ghpages" % "0.6.3")
2424

2525
addSbtPlugin("com.lightbend.paradox" % "sbt-paradox" % "0.4.2")
2626

27-
addSbtPlugin("io.github.jonas" % "sbt-paradox-material-theme" % "0.5.1")
27+
addSbtPlugin("io.github.jonas" % "sbt-paradox-material-theme" % "0.6.0")
2828

2929

version.sbt

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

0 commit comments

Comments
 (0)