Skip to content

Commit

Permalink
Remove run := fork
Browse files Browse the repository at this point in the history
Because we want to support `-Dconfig.file=/lila-ws.conf`
  • Loading branch information
lenguyenthanh authored Mar 5, 2024
1 parent 779f969 commit 2cade50
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ inThisBuild(
scalaVersion := "3.4.0",
versionScheme := Some("early-semver"),
version := "3.2",
run / fork := true,
semanticdbEnabled := true // for scalafix
)
)
Expand Down

0 comments on commit 2cade50

Please sign in to comment.