Skip to content

Commit de0c772

Browse files
committed
Add publish settings to client and fs2 modules
1 parent 0abb444 commit de0c772

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

build.sbt

+2-1
Original file line numberDiff line numberDiff line change
@@ -33,12 +33,13 @@ val publishSettings = Seq(
3333
scalafmtConfig in ThisBuild := Some(file(".scalafmt.conf"))
3434

3535
val client =
36-
project.in(file("client")).enablePlugins(spray.boilerplate.BoilerplatePlugin).settings(commonSettings)
36+
project.in(file("client")).enablePlugins(spray.boilerplate.BoilerplatePlugin).settings(commonSettings).settings(publishSettings)
3737

3838
val fs2 =
3939
project
4040
.in(file("fs2"))
4141
.settings(commonSettings)
42+
.settings(publishSettings)
4243
.settings(
4344
libraryDependencies += "co.fs2" %% "fs2-core" % "0.9.1"
4445
)

0 commit comments

Comments
 (0)