Skip to content

Commit 7f1d349

Browse files
author
Rafa Paradela
committed
Add license info
1 parent 9940e15 commit 7f1d349

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

build.sbt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,6 @@ libraryDependencies ++= Seq(
1515
"io.circe" %% "circe-parser" % "0.3.0",
1616
"org.scalatest" %% "scalatest" % "2.2.6" % "test",
1717
"com.ironcorelabs" %% "cats-scalatest" % "1.1.2" % "test"
18-
)
18+
)
19+
20+
licenses := Seq("Apache License, Version 2.0" -> url("http://www.apache.org/licenses/LICENSE-2.0.txt"))

0 commit comments

Comments
 (0)