Skip to content

Commit

Permalink
Format build definition
Browse files Browse the repository at this point in the history
  • Loading branch information
eloots committed Jul 27, 2023
1 parent ff319d5 commit a149666
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,10 @@ lazy val `course-management-tools` =
.settings(publish / skip := true)

lazy val `cmt-core` =
project.in(file("cmt-core")).settings(commonSettings: _*).settings(libraryDependencies ++= Dependencies.coreDependencies)
project
.in(file("cmt-core"))
.settings(commonSettings: _*)
.settings(libraryDependencies ++= Dependencies.coreDependencies)

lazy val cmta = project
.in(file("cmta"))
Expand Down

0 comments on commit a149666

Please sign in to comment.