diff options
| author | Jack Koenig | 2021-02-01 12:44:24 -0800 |
|---|---|---|
| committer | GitHub | 2021-02-01 12:44:24 -0800 |
| commit | 445b5cecb267adcd556627ffea2486b20740d6d4 (patch) | |
| tree | 9f874c4a005c92cfdb0ec15af595224cfdc81ef9 /project/plugins.sbt | |
| parent | 654db98e92c0ea96d89f0307c043951fdc73a257 (diff) | |
Bump to Scala 2.12.13 (#1766)
Diffstat (limited to 'project/plugins.sbt')
| -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 5c73d56e..482c2201 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -16,7 +16,7 @@ addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.9.15") addSbtPlugin("com.thoughtworks.sbt-api-mappings" % "sbt-api-mappings" % "3.0.0") -addSbtPlugin("org.scalameta" % "sbt-mdoc" % "2.2.5" ) +addSbtPlugin("org.scalameta" % "sbt-mdoc" % "2.2.16" ) addSbtPlugin("com.eed3si9n" % "sbt-sriracha" % "0.1.0") |
