Skip to content

Commit

Permalink
Merge pull request #8 from scala-exercises/fixes-module-name
Browse files Browse the repository at this point in the history
Fixes Sbt Module Name
  • Loading branch information
juanpedromoreno authored Apr 23, 2020
2 parents d735276 + f7176e2 commit c165483
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,9 @@ addCommandAlias("ci-test", "scalafmtCheck; scalafmtSbtCheck; test")
addCommandAlias("ci-docs", "github; project-docs/mdoc; headerCreateAll")

lazy val exercises = (project in file("."))
.enablePlugins(ExerciseCompilerPlugin)
.settings(moduleName := "exercises-pureconfig")
.settings(exercisesSettings)
.enablePlugins(ExerciseCompilerPlugin)

lazy val `project-docs` = (project in file(".docs"))
.aggregate(exercises)
Expand Down

0 comments on commit c165483

Please sign in to comment.