Skip to content

Commit

Permalink
Revert accidental change to mill module name
Browse files Browse the repository at this point in the history
  • Loading branch information
jackkoenig committed Nov 17, 2023
1 parent 00d7ee6 commit 9b70614
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sc
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import scalalib._
// support BSP
import mill.bsp._

object foo extends SbtModule { m =>
object %NAME% extends SbtModule { m =>
override def millSourcePath = os.pwd
override def scalaVersion = "2.13.12"
override def scalacOptions = Seq(
Expand Down

0 comments on commit 9b70614

Please sign in to comment.