From 9aa1955537bb7fd8efde20962c27c55aa5e069ea Mon Sep 17 00:00:00 2001 From: Dale Wijnand <344610+dwijnand@users.noreply.github.com> Date: Tue, 12 Mar 2019 07:31:12 +0000 Subject: [PATCH] examples: drop 2.6.x (#264) --- conf/application.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/application.conf b/conf/application.conf index cd290ee3..8a329d08 100644 --- a/conf/application.conf +++ b/conf/application.conf @@ -30,7 +30,7 @@ github.organisation = "playframework" github.apiUrl = "https://api.github.com" examples.apiUrl = "https://example.lightbend.com/v1/api/templates" -examples.playVersions = [ "2.7.x", "2.6.x" ] +examples.playVersions = [ "2.7.x" ] examples.cache.ttl = 1 hour db.default.driver=com.mysql.jdbc.Driver