Skip to content

Commit 0d19a2a

Browse files
Update sbt-twirl to 2.0.1 (#41)
1 parent d9786e0 commit 0d19a2a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ libraryDependencies ++= Seq(
99
(pluginCrossBuild / scalaBinaryVersion).value
1010
),
1111
Defaults.sbtPluginExtra(
12-
"com.typesafe.play" % "sbt-twirl" % "1.6.2",
12+
"org.playframework.twirl" % "sbt-twirl" % "2.0.1",
1313
(pluginCrossBuild / sbtBinaryVersion).value,
1414
(pluginCrossBuild / scalaBinaryVersion).value
1515
),

0 commit comments

Comments
 (0)