You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -110,7 +110,7 @@ class MailerService @Inject() (mailerClient: MailerClient) {
110
110
111
111
#### Compile Time Injection
112
112
113
-
If you use Compile time Injection you can remove `libraryDependencies += "com.typesafe.play" %% "play-mailer-guice" % -version-` from your `build.sbt`.
113
+
If you use Compile time Injection you can remove `libraryDependencies += "org.playframework" %% "play-mailer-guice" % -version-` from your `build.sbt`.
114
114
115
115
Create the MailerService without the `@Inject` annotation:
0 commit comments