We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 39eb163 + a4ec80e commit 1e5f811Copy full SHA for 1e5f811
1 file changed
build.sbt
@@ -59,7 +59,8 @@ lazy val cogen = (Project(id = "cogen", base = file("cogen")))
59
.settings(commonSettings: _*)
60
.settings(
61
moduleName := "expression-problem-cogen",
62
- ) ++ publishSettings
+ )
63
+ .settings(publishSettings: _*)
64
65
66
/** The core components to model expression problem code generators and domains.
0 commit comments