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.
2 parents 7e241e0 + bff4ff9 commit d383c82Copy full SHA for d383c82
build.sbt
@@ -38,17 +38,6 @@ lazy val fxmlJVM = fxml.jvm
38
39
organization in ThisBuild := "com.thoughtworks.binding"
40
41
-developers in ThisBuild := List(
42
- Developer(
43
- "Atry",
44
- "杨博 (Yang Bo)",
45
- "[email protected]",
46
- url("https://github.com/Atry")
47
- )
48
-)
49
-
50
-name in ThisBuild := "Binding.scala"
51
52
publish / skip := true
53
54
enablePlugins(ScalaUnidocPlugin)
@@ -60,5 +49,3 @@ ScalaUnidoc / unidoc / unidocProjectFilter := {
60
addCompilerPlugin("org.scalamacros" % "paradise" % "2.1.1" cross CrossVersion.full)
61
62
scalacOptions += "-Xexperimental"
63
64
-startYear in ThisBuild := Some(2015)
0 commit comments