We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 16b4210 commit 013dc30Copy full SHA for 013dc30
build.sbt
@@ -6,7 +6,7 @@ name := "scalacheck"
6
ThisBuild / organization := "org.scalacheck"
7
ThisBuild / organizationName := "Typelevel"
8
ThisBuild / homepage := Some(url("http://www.scalacheck.org"))
9
-ThisBuild / licenses := Seq("BSD 3-clause" -> url("https://opensource.org/licenses/BSD-3-Clause"))
+ThisBuild / licenses := Seq("BSD-3-Clause" -> url("https://opensource.org/licenses/BSD-3-Clause"))
10
ThisBuild / developers := List(
11
Developer(
12
id = "rickynils",
0 commit comments