Skip to content

Commit

Permalink
muck around with license
Browse files Browse the repository at this point in the history
  • Loading branch information
mattfel1 committed Nov 23, 2018
1 parent fbf5fb0 commit 40d1826
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ val base = Seq(
organization := "edu.stanford.cs.dawn",
scalaVersion := scala_version,
version := "1.0-SNAPSHOT",
licenses := Seq("MIT" -> url(s"https://github.com/sbt/${name.value}/blob/${version.value}/LICENSE")),
isSnapshot := version.value.endsWith("-SNAPSHOT"),

/** External Libraries (e.g. maven dependencies) **/
Expand Down

0 comments on commit 40d1826

Please sign in to comment.