Skip to content

Commit

Permalink
Merge branch 'master' into update/sbt-scoverage-1.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tkrs committed Sep 23, 2021
2 parents eea7667 + 0ef420c commit 5aae095
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .scalafmt.conf
@@ -1,4 +1,4 @@
version = 3.0.0
version = 3.0.4
maxColumn = 120
assumeStandardLibraryStripMargin = true

Expand Down
4 changes: 2 additions & 2 deletions project/plugins.sbt
@@ -1,5 +1,5 @@
addSbtPlugin("pl.project13.scala" % "sbt-jmh" % "0.4.3")
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.4.3")
addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.9.30")
addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.9.31")
addSbtPlugin("org.scoverage" % "sbt-scoverage" % "1.9.0")
addSbtPlugin("com.geirsson" % "sbt-ci-release" % "1.5.7")
addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.5.9")

0 comments on commit 5aae095

Please sign in to comment.