Skip to content

Commit

Permalink
Update routes-compiler to 2.8.9 (com-lihaoyi#1590)
Browse files Browse the repository at this point in the history
Pull request: com-lihaoyi#1590
  • Loading branch information
scala-steward authored and pbuszka committed Dec 26, 2021
1 parent 29ab1a3 commit 18212ec
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import utest.{TestSuite, Tests, assert, _}
object PlaySingleModuleTests extends TestSuite with PlayTestSuite {

object playsingle extends TestUtil.BaseModule with PlayModule with SingleModule {
override def playVersion = T { "2.8.8" }
override def playVersion = T { "2.8.9" }
override def twirlVersion = T { "1.5.1" }
override def scalaVersion = T { "2.13.6" }
object test extends PlayTests
Expand Down

0 comments on commit 18212ec

Please sign in to comment.