We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 741c6fc commit bf8f980Copy full SHA for bf8f980
build.sbt
@@ -5,7 +5,7 @@ organization := "org.scala-lang.modules"
5
licenses := Seq(("Apache-2.0", url("https://www.apache.org/licenses/LICENSE-2.0")))
6
7
addSbtPlugin("com.typesafe.sbt" % "sbt-osgi" % "0.9.5")
8
-addSbtPlugin("de.heikoseeberger" % "sbt-header" % "5.3.1")
+addSbtPlugin("de.heikoseeberger" % "sbt-header" % "5.4.0")
9
addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "0.6.1")
10
addSbtPlugin("com.dwijnand" % "sbt-travisci" % "1.2.0") // set scalaVersion and crossScalaVersions
11
addSbtPlugin("com.geirsson" % "sbt-ci-release" % "1.5.0") // set version, scmInfo, publishing settings
0 commit comments