Skip to content
This repository has been archived by the owner on Jun 23, 2020. It is now read-only.

Commit

Permalink
remove redundant license declaration
Browse files Browse the repository at this point in the history
sbt-scala-module 2.x handles this
  • Loading branch information
SethTisue committed Apr 23, 2019
1 parent c37f21f commit 4c26443
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions build.sbt
Expand Up @@ -18,8 +18,6 @@ lazy val commonSettings = scalaModuleSettings ++ Seq(
organization := "org.scala-lang.plugins",
version := "1.0.3-SNAPSHOT",

licenses := Seq(("Apache-2.0", url("https://www.apache.org/licenses/LICENSE-2.0"))),

scalacOptions ++= Seq(
"-deprecation",
"-feature")
Expand Down

0 comments on commit 4c26443

Please sign in to comment.