Skip to content

Commit

Permalink
examples: drop 2.6.x (#264)
Browse files Browse the repository at this point in the history
  • Loading branch information
dwijnand authored Mar 12, 2019
1 parent 8ca9986 commit 9aa1955
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conf/application.conf
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9aa1955

Please sign in to comment.