diff options
| author | Jack Koenig | 2021-01-22 14:06:35 -0800 |
|---|---|---|
| committer | GitHub | 2021-01-22 14:06:35 -0800 |
| commit | e32309412f7da6e0e50f4aae23baa79e61857f9b (patch) | |
| tree | 3c3679f2ec5107091f35010ac58e012af6d45bba /project/plugins.sbt | |
| parent | 031fe1382660867750e6eeebea5665c137dbccbe (diff) | |
Bump to Scala 2.12.13 and 2.13.4 (#2053)
Diffstat (limited to 'project/plugins.sbt')
| -rw-r--r-- | project/plugins.sbt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/project/plugins.sbt b/project/plugins.sbt index 3ed7accf..888e09da 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -18,11 +18,11 @@ 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.19") +addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.9.25") addSbtPlugin("com.thoughtworks.sbt-api-mappings" % "sbt-api-mappings" % "3.0.0") -addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.4.0") +addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.4.2") addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "0.8.1") |
