Skip to content

Commit

Permalink
Merge pull request #2829 from dos65/switch_on_2.12.14
Browse files Browse the repository at this point in the history
Switch on 2.12.14. Upgrade scalafix
  • Loading branch information
tgodzik authored May 31, 2021
2 parents 3512dbc + bd23030 commit d272aeb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -189,9 +189,9 @@ lazy val V = new {
val scala210 = "2.10.7"
val scala211 = "2.11.12"
val sbtScala = "2.12.12"
val scala212 = "2.12.13"
val scala212 = "2.12.14"
val scala213 = "2.13.6"
val ammonite212Version = scala212
val ammonite212Version = "2.12.13"
val ammonite213Version = "2.13.5"
val scalameta = "4.4.20"
val semanticdb = scalameta
Expand Down Expand Up @@ -226,7 +226,7 @@ lazy val V = new {
Seq(
scala213,
scala212,
"2.12.14",
"2.12.13",
"2.12.12",
"2.12.11",
"2.12.10",
Expand Down
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
addSbtPlugin("pl.project13.scala" % "sbt-jmh" % "0.4.2")
addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.9.27")
addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.9.29")
addSbtPlugin("com.geirsson" % "sbt-ci-release" % "1.5.7")
addSbtPlugin("org.scalameta" % "sbt-mdoc" % "2.2.21")
addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.10.0")
Expand Down

0 comments on commit d272aeb

Please sign in to comment.