diff options
| author | Jack Koenig | 2020-03-26 13:52:47 -0700 |
|---|---|---|
| committer | GitHub | 2020-03-26 20:52:47 +0000 |
| commit | a458754f2c308c08bc152df1785a8468edfc27a4 (patch) | |
| tree | a34e72e45140376d619d8be33305a827d9861e7b /project | |
| parent | 249ed127cf6bf849f9895b8b603bececba1c5d76 (diff) | |
Bump to Scala 2.12.11 (#1473)
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 f29ae2d9..2ce9aa89 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -20,6 +20,6 @@ addSbtPlugin("com.simplytyped" % "sbt-antlr4" % "0.8.2") addSbtPlugin("com.github.gseitz" % "sbt-protobuf" % "0.6.5") -addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.9.11") +addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.9.12") libraryDependencies += "com.github.os72" % "protoc-jar" % "3.11.1" |
