Skip to content

Commit 06fd806

Browse files
committed
Add publishing settings to root project
1 parent 07c2795 commit 06fd806

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build.sbt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ val scalaSettings = Seq()
2525
val root = project
2626
.in(file("."))
2727
.enablePlugins(ScalaUnidocPlugin)
28+
.settings(baseSettings ++ publishSettings)
2829
.settings(
2930
skip in publish := true,
3031
initialCommands in console := "import org.dhallj.parser.DhallParser.parse",

0 commit comments

Comments
 (0)