We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a207c85 commit 0ea7902Copy full SHA for 0ea7902
twirllib/src/mill/twirllib/TwirlModule.scala
@@ -22,7 +22,7 @@ trait TwirlModule extends mill.Module {
22
Cache.ivy2Local,
23
MavenRepository("https://repo1.maven.org/maven2")
24
),
25
- "2.12.4",
+ Lib.depToDependency(_, "2.12.4"),
26
Seq(ivy"com.typesafe.play::twirl-compiler:${twirlVersion()}")
27
)
28
}
0 commit comments