Skip to content

Commit be6355a

Browse files
committed
scala 2.12.7
1 parent 0a9e7b5 commit be6355a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

build.sbt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ organization := "com.sfxcode.nosql"
88

99
crossScalaVersions := Seq("2.12.6", "2.11.12")
1010

11-
scalaVersion := "2.12.6"
11+
scalaVersion := "2.12.7"
1212

1313
scalacOptions += "-deprecation"
1414

@@ -25,7 +25,7 @@ buildInfoOptions += BuildInfoOption.BuildTime
2525

2626
// Test
2727

28-
libraryDependencies += "org.specs2" %% "specs2-core" % "4.3.4" % Test
28+
libraryDependencies += "org.specs2" %% "specs2-core" % "4.3.5" % Test
2929

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

project/build.properties

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

0 commit comments

Comments
 (0)