We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4d6c3c1 commit a4ec80eCopy full SHA for a4ec80e
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