Skip to content

Commit 0ea7902

Browse files
ggrossetierockjam
authored andcommitted
wip
1 parent a207c85 commit 0ea7902

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

twirllib/src/mill/twirllib/TwirlModule.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ trait TwirlModule extends mill.Module {
2222
Cache.ivy2Local,
2323
MavenRepository("https://repo1.maven.org/maven2")
2424
),
25-
"2.12.4",
25+
Lib.depToDependency(_, "2.12.4"),
2626
Seq(ivy"com.typesafe.play::twirl-compiler:${twirlVersion()}")
2727
)
2828
}

0 commit comments

Comments
 (0)