From a4ec80e3c575c18741eebc4bac03c4bb1d256aa3 Mon Sep 17 00:00:00 2001 From: Jan Bessai Date: Wed, 4 Feb 2026 19:30:20 +0100 Subject: [PATCH] Fix syntax error in build.sbt --- build.sbt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 9c250035..e1a529b3 100644 --- a/build.sbt +++ b/build.sbt @@ -59,7 +59,8 @@ lazy val cogen = (Project(id = "cogen", base = file("cogen"))) .settings(commonSettings: _*) .settings( moduleName := "expression-problem-cogen", - ) ++ publishSettings + ) + .settings(publishSettings: _*) /** The core components to model expression problem code generators and domains.