summaryrefslogtreecommitdiff
path: root/integration/test/resources/acyclic/build.sc
diff options
context:
space:
mode:
Diffstat (limited to 'integration/test/resources/acyclic/build.sc')
-rw-r--r--integration/test/resources/acyclic/build.sc4
1 files changed, 1 insertions, 3 deletions
diff --git a/integration/test/resources/acyclic/build.sc b/integration/test/resources/acyclic/build.sc
index 373be20a..de228b24 100644
--- a/integration/test/resources/acyclic/build.sc
+++ b/integration/test/resources/acyclic/build.sc
@@ -12,9 +12,7 @@ class AcyclicModule(val crossScalaVersion: String) extends CrossSbtModule with P
description = artifactName(),
organization = "com.lihaoyi",
url = "https://github.com/lihaoyi/acyclic",
- licenses = Seq(
- License("MIT license", "http://www.opensource.org/licenses/mit-license.php")
- ),
+ licenses = Seq(License.MIT),
scm = SCM(
"git://github.com/lihaoyi/acyclic.git",
"scm:git://github.com/lihaoyi/acyclic.git"