Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/bartholomews/fsclient
Browse files Browse the repository at this point in the history
  • Loading branch information
bartholomews committed May 2, 2021
2 parents e4cfbd5 + 1da5990 commit 5ccaa0b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ object Versions {
// https://github.com/pureconfig/pureconfig/releases
val pureConfig = "0.15.0"
// https://github.com/scalatest/scalatest/releases
val scalaTest = "3.2.7"
val scalaTest = "3.2.8"
// https://github.com/softwaremill/sttp/releases
val sttp = "3.2.3"
val sttp = "3.3.0"
// https://github.com/tomakehurst/wiremock/releases
val wiremock = "2.27.2"
}
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.5.0
sbt.version = 1.5.1
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// https://scalacenter.github.io/scalafix
addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.9.27")
// https://github.com/scoverage/sbt-scoverage/releases
addSbtPlugin("org.scoverage" % "sbt-scoverage" % "1.6.1")
addSbtPlugin("org.scoverage" % "sbt-scoverage" % "1.7.0")
// https://github.com/scalameta/sbt-scalafmt/releases
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.4.2")
// https://github.com/olafurpg/sbt-ci-release/releases
Expand Down

0 comments on commit 5ccaa0b

Please sign in to comment.