We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 83b2ba7 commit 88bc864Copy full SHA for 88bc864
build.sbt
@@ -11,6 +11,7 @@ ThisBuild / developers := List(
11
),
12
Developer("brunoballekens", "Bruno Ballekens", "[email protected]", url("https://github.com/brunoballekens"))
13
)
14
+ThisBuild / licenses := List("MIT License" -> url("http://www.opensource.org/licenses/mit-license.php"))
15
val playWsVersion = "3.0.5"
16
val playJsonVersion = "3.0.4"
17
val specs2Version = "4.20.9"
0 commit comments