We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 932c52b commit 0fe9291Copy full SHA for 0fe9291
.travis.yml
@@ -6,6 +6,7 @@ services: mongodb
6
scala:
7
- 2.11.11
8
- 2.12.6
9
+
10
branches:
11
only:
12
- master
build.sbt
@@ -4,7 +4,7 @@ name := "simple-mongo"
4
5
organization := "com.sfxcode.nosql"
-crossScalaVersions := Seq("2.12.5", "2.11.11")
+crossScalaVersions := Seq("2.12.6", "2.11.11")
scalaVersion := "2.12.6"
@@ -23,7 +23,7 @@ buildInfoOptions += BuildInfoOption.BuildTime
23
24
// Test
25
26
-libraryDependencies += "org.specs2" %% "specs2-core" % "4.1.0" % "test"
+libraryDependencies += "org.specs2" %% "specs2-core" % "4.2.0" % "test"
27
28
libraryDependencies += "ch.qos.logback" % "logback-classic" % "1.2.3" % "test"
29
0 commit comments