Skip to content

Commit 93915ae

Browse files
authored
update ScalatePlugin. prepare sbt 2
1 parent ee1662b commit 93915ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugin/src/main/scala/ScalatePlugin.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ object ScalatePlugin extends AutoPlugin {
105105
}
106106
}
107107

108-
val scalateSettings: Seq[sbt.Def.Setting[_]] = Seq(
108+
val scalateSettings: Seq[sbt.Def.Setting[?]] = Seq(
109109
ivyConfigurations += Scalate,
110110
Compile / scalateTemplateConfig := Seq(TemplateConfig(file(".") / "src" / "main" / "webapp" / "WEB-INF", Nil, Nil, Some("scalate"))),
111111
Compile / scalateLoggingConfig := (Compile / resourceDirectory).value / "logback.xml",

0 commit comments

Comments
 (0)