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 0a9e7b5 commit be6355aCopy full SHA for be6355a
build.sbt
@@ -8,7 +8,7 @@ organization := "com.sfxcode.nosql"
8
9
crossScalaVersions := Seq("2.12.6", "2.11.12")
10
11
-scalaVersion := "2.12.6"
+scalaVersion := "2.12.7"
12
13
scalacOptions += "-deprecation"
14
@@ -25,7 +25,7 @@ buildInfoOptions += BuildInfoOption.BuildTime
25
26
// Test
27
28
-libraryDependencies += "org.specs2" %% "specs2-core" % "4.3.4" % Test
+libraryDependencies += "org.specs2" %% "specs2-core" % "4.3.5" % Test
29
30
libraryDependencies += "ch.qos.logback" % "logback-classic" % "1.2.3" % Test
31
project/build.properties
@@ -1 +1 @@
1
-sbt.version=1.2.3
+sbt.version=1.2.4
0 commit comments