diff options
| author | Scala Steward | 2020-02-11 19:31:47 +0100 |
|---|---|---|
| committer | GitHub | 2020-02-11 18:31:47 +0000 |
| commit | ad3d4ac2884949f87ed884ad9e33610a1d184948 (patch) | |
| tree | c44e18759ea56f116f2552d3bc4a24e55b953420 /project | |
| parent | c1738a1b30e8e1b52c423e603968ef1c9cb8fca9 (diff) | |
Update sbt-scalafix to 0.9.11 (#1326)
Co-authored-by: Jim Lawson <ucbjrl@berkeley.edu>
Diffstat (limited to 'project')
| -rw-r--r-- | project/plugins.sbt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/project/plugins.sbt b/project/plugins.sbt index d3161f11..315b30ae 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -20,6 +20,6 @@ addSbtPlugin("com.simplytyped" % "sbt-antlr4" % "0.8.1") addSbtPlugin("com.github.gseitz" % "sbt-protobuf" % "0.6.5") -addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.9.7") +addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.9.11") libraryDependencies += "com.github.os72" % "protoc-jar" % "3.5.1.1" |
