Skip to content

Commit

Permalink
SingleModule is deprecated, use RootModule instead
Browse files Browse the repository at this point in the history
  • Loading branch information
houyuanjie committed Sep 9, 2024
1 parent 5099978 commit bb02ac7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/g8/build.sc
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import mill._
import \$ivy.`com.lihaoyi::mill-contrib-playlib:`, mill.playlib._

object $name;format="camel"$ extends PlayModule with SingleModule {
object $name;format="camel"$ extends RootModule with PlayModule {

def scalaVersion = "$scala_version$"
def playVersion = "$play_version$"
Expand Down

0 comments on commit bb02ac7

Please sign in to comment.