Skip to content

Commit

Permalink
fix: import correct singleton dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
MoeQuadrat committed Aug 12, 2022
1 parent 1847da4 commit 59717ff
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import play.api.Application
import play.api.mvc.ControllerComponents
import play.api.routing.Router.Routes

import javax.inject.Inject
import javax.inject.{Inject, Singleton}
import scala.concurrent.ExecutionContext
import scala.jdk.CollectionConverters.CollectionHasAsScala

Expand Down

0 comments on commit 59717ff

Please sign in to comment.