Skip to content

Commit a4ec80e

Browse files
committed
Fix syntax error in build.sbt
1 parent 4d6c3c1 commit a4ec80e

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

build.sbt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,8 @@ lazy val cogen = (Project(id = "cogen", base = file("cogen")))
5959
.settings(commonSettings: _*)
6060
.settings(
6161
moduleName := "expression-problem-cogen",
62-
) ++ publishSettings
62+
)
63+
.settings(publishSettings: _*)
6364

6465

6566
/** The core components to model expression problem code generators and domains.

0 commit comments

Comments
 (0)