Skip to content

Commit

Permalink
make scala cli the defaulty
Browse files Browse the repository at this point in the history
  • Loading branch information
Quafadas committed May 25, 2024
1 parent 8921041 commit 6821e40
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions project/src/live.server.scala
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,7 @@ object LiveServer
case "mill" => true
case _ => false
}
.withDefault("scala-cli")
.map {
_ match
case "scala-cli" => ScalaCli()
Expand Down

0 comments on commit 6821e40

Please sign in to comment.