We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a0005cc + f61c7c7 commit e8fc6b0Copy full SHA for e8fc6b0
1 file changed
build.sbt
@@ -43,7 +43,7 @@ lazy val `play-mailer` = (project in file("play-mailer"))
43
.settings(
44
libraryDependencies ++= Seq(
45
"javax.inject" % "javax.inject" % "1",
46
- "com.typesafe" % "config" % "1.4.7",
+ "com.typesafe" % "config" % "1.4.8",
47
"org.slf4j" % "slf4j-api" % "2.0.17",
48
"org.apache.commons" % "commons-email" % "1.6.0",
49
"com.typesafe.play" %% "play" % Dependencies.PlayVersion % Test,
0 commit comments