Skip to content

Commit 0fe9291

Browse files
committed
prepare next Snapshot
1 parent 932c52b commit 0fe9291

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ services: mongodb
66
scala:
77
- 2.11.11
88
- 2.12.6
9+
910
branches:
1011
only:
1112
- master

build.sbt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ name := "simple-mongo"
44

55
organization := "com.sfxcode.nosql"
66

7-
crossScalaVersions := Seq("2.12.5", "2.11.11")
7+
crossScalaVersions := Seq("2.12.6", "2.11.11")
88

99
scalaVersion := "2.12.6"
1010

@@ -23,7 +23,7 @@ buildInfoOptions += BuildInfoOption.BuildTime
2323

2424
// Test
2525

26-
libraryDependencies += "org.specs2" %% "specs2-core" % "4.1.0" % "test"
26+
libraryDependencies += "org.specs2" %% "specs2-core" % "4.2.0" % "test"
2727

2828
libraryDependencies += "ch.qos.logback" % "logback-classic" % "1.2.3" % "test"
2929

0 commit comments

Comments
 (0)