Skip to content

Commit

Permalink
Merge pull request #9492 from SethTisue/upgrade-sbt-buildinfo
Browse files Browse the repository at this point in the history
upgrade sbt plugin versions
  • Loading branch information
dwijnand committed Feb 15, 2021
2 parents 5f0f964 + b144440 commit 00b1e81
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions project/plugins.sbt
Expand Up @@ -17,7 +17,7 @@ buildInfoKeys := Seq[BuildInfoKey](buildClasspath)

buildInfoPackage := "scalabuild"

addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "0.8.0")
addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "0.8.1")

libraryDependencies ++= Seq(
"org.eclipse.jgit" % "org.eclipse.jgit" % "4.6.0.201612231935-r",
Expand All @@ -29,13 +29,13 @@ Global / concurrentRestrictions := Seq(
Tags.limitAll(1) // workaround for https://github.com/sbt/sbt/issues/2970
)

addSbtPlugin("pl.project13.scala" % "sbt-jmh" % "0.3.3")
addSbtPlugin("pl.project13.scala" % "sbt-jmh" % "0.3.4")

addSbtPlugin("de.heikoseeberger" % "sbt-header" % "5.0.0")

// See DottySupport.scala
if (Option(System.getProperty("scala.build.compileWithDotty")).map(_.toBoolean).getOrElse(false))
Seq(addSbtPlugin("ch.epfl.lamp" % "sbt-dotty" % "0.5.0"))
Seq(addSbtPlugin("ch.epfl.lamp" % "sbt-dotty" % "0.5.2"))
else
Seq()

Expand Down
2 changes: 1 addition & 1 deletion project/project/plugins.sbt
@@ -1 +1 @@
addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.7.0")
addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.10.0")

0 comments on commit 00b1e81

Please sign in to comment.