Skip to content

Commit

Permalink
Merge branch 'master' into temp/Spark3
Browse files Browse the repository at this point in the history
  • Loading branch information
chris-twiner authored Jul 28, 2020
2 parents 69ae591 + 5eef64d commit 4713716
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ val sparkVersion = "3.0.0"
val catsCoreVersion = "2.0.0"
val catsEffectVersion = "2.0.0"
val catsMtlVersion = "0.7.0"
val scalatest = "3.1.2"
val scalatest = "3.2.0"
val scalatestplus = "3.1.0.0-RC2"
val shapeless = "2.3.3"
val scalacheck = "1.14.3"
Expand Down
2 changes: 1 addition & 1 deletion project/build.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
sbt.version=1.3.11
sbt.version=1.3.13
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.9.2")
addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.9.4")
addSbtPlugin("com.jsuereth" % "sbt-pgp" % "2.0.1")
addSbtPlugin("org.scoverage" % "sbt-scoverage" % "1.6.1")
addSbtPlugin("org.tpolecat" % "tut-plugin" % "0.6.13")

0 comments on commit 4713716

Please sign in to comment.