diff --git a/.travis.yml b/.travis.yml index 2ea1fd3..dcda379 100644 --- a/.travis.yml +++ b/.travis.yml @@ -11,7 +11,7 @@ scala: - "2.10.7" - "2.11.12" - "2.12.6" - - "2.13.0-M4" + - "2.13.0-M5" jdk: - oraclejdk8 diff --git a/project/plugins.sbt b/project/plugins.sbt index 0d878a3..735e1d8 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,4 +1,4 @@ -addSbtPlugin("com.thoughtworks.sbt-best-practice" % "sbt-best-practice" % "7.0.1") +addSbtPlugin("com.thoughtworks.sbt-best-practice" % "sbt-best-practice" % "7.0.1+9-73e78eb9") addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "2.5") diff --git a/shared/build.sbt b/shared/build.sbt index 5e91541..5b00bdd 100644 --- a/shared/build.sbt +++ b/shared/build.sbt @@ -1 +1 @@ -libraryDependencies += "org.scalatest" %%% "scalatest" % "3.0.6-SNAP2" % Test +libraryDependencies += "org.scalatest" %%% "scalatest" % "3.0.7" % Test