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 f98f0fa commit f093b46Copy full SHA for f093b46
publish.sbt
@@ -33,7 +33,7 @@ ThisBuild / developers := List(
33
ThisBuild / homepage := Some(url("https://github.com/yruslan/channel_scala"))
34
ThisBuild / description := "A port of GoLang channels to Scala"
35
ThisBuild / startYear := Some(2020)
36
-ThisBuild / licenses += "MIT" -> url("http://opensource.org/licenses/MIT")
+ThisBuild / licenses += "Apache-2.0" -> url("https://www.apache.org/licenses/LICENSE-2.0.txt")
37
38
ThisBuild / pomIncludeRepository := { _ => false }
39
ThisBuild / publishTo := {
0 commit comments