Skip to content

Commit 00246e9

Browse files
committed
scala 2.12.8
1 parent a92a210 commit 00246e9

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.7"
11+
scalaVersion := "2.12.8"
1212

1313
scalacOptions += "-deprecation"
1414

@@ -35,7 +35,7 @@ libraryDependencies += "joda-time" % "joda-time" % "2.10.1" % Test
3535

3636
libraryDependencies += "org.json4s" %% "json4s-native" % "3.6.2" % Test
3737

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

4040

4141
libraryDependencies += "org.mongodb.scala" %% "mongo-scala-driver" % "2.5.0"

project/plugin.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ 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.9")
18+
addSbtPlugin("com.github.gseitz" % "sbt-release" % "1.0.10")
1919

2020

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

0 commit comments

Comments
 (0)