Skip to content

Commit d383c82

Browse files
authored
Merge pull request #243 from ThoughtWorksInc/Atry-patch-1
Remove generated configurations
2 parents 7e241e0 + bff4ff9 commit d383c82

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

build.sbt

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -38,17 +38,6 @@ lazy val fxmlJVM = fxml.jvm
3838

3939
organization in ThisBuild := "com.thoughtworks.binding"
4040

41-
developers in ThisBuild := List(
42-
Developer(
43-
"Atry",
44-
"杨博 (Yang Bo)",
45-
46-
url("https://github.com/Atry")
47-
)
48-
)
49-
50-
name in ThisBuild := "Binding.scala"
51-
5241
publish / skip := true
5342

5443
enablePlugins(ScalaUnidocPlugin)
@@ -60,5 +49,3 @@ ScalaUnidoc / unidoc / unidocProjectFilter := {
6049
addCompilerPlugin("org.scalamacros" % "paradise" % "2.1.1" cross CrossVersion.full)
6150

6251
scalacOptions += "-Xexperimental"
63-
64-
startYear in ThisBuild := Some(2015)

0 commit comments

Comments
 (0)