File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ organization := "com.sfxcode.nosql"
88
99crossScalaVersions := Seq (" 2.12.6" , " 2.11.12" )
1010
11- scalaVersion := " 2.12.7 "
11+ scalaVersion := " 2.12.8 "
1212
1313scalacOptions += " -deprecation"
1414
@@ -35,7 +35,7 @@ libraryDependencies += "joda-time" % "joda-time" % "2.10.1" % Test
3535
3636libraryDependencies += " 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
4141libraryDependencies += " org.mongodb.scala" %% " mongo-scala-driver" % " 2.5.0"
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ addSbtPlugin("org.foundweekends" % "sbt-bintray" % "0.5.4")
1515
1616addSbtPlugin(" 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
2121addSbtPlugin(" com.typesafe.sbt" % " sbt-site" % " 1.3.2" )
You can’t perform that action at this time.
0 commit comments