Skip to content

Commit

Permalink
Adjustments file generation.
Browse files Browse the repository at this point in the history
  • Loading branch information
pme123 committed Jan 14, 2025
1 parent f8051a1 commit a4781a7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ case class GenericFileGenerator()(using config: DevConfig):
private lazy val scalafmt =
s"""# $helperDoNotAdjustText
|
|version = "3.7.15"
|version = "3.8.3"
|project.git = true
|runner.dialect = scala3
|align.preset = none
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,6 @@ case class SbtGenerator()(using
| testSettings""".stripMargin
case TestType.Simulation =>
s""",
| Test / parallelExecution := true,
| Test / parallelExecution := false,
| testFrameworks += new TestFramework("camundala.simulation.custom.SimulationTestFramework")""".stripMargin
end SbtGenerator

0 comments on commit a4781a7

Please sign in to comment.