Skip to content

Commit

Permalink
Merge pull request #295 from playframework/mergify/bp/main/pr-294
Browse files Browse the repository at this point in the history
[main] Patch updates (backport #294) by @scala-steward
  • Loading branch information
mkurz authored Oct 25, 2023
2 parents 2143349 + f2f6944 commit 71f5cd3
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ lazy val `play-mailer` = (project in file("play-mailer"))
.settings(
libraryDependencies ++= Seq(
"javax.inject" % "javax.inject" % "1",
"com.typesafe" % "config" % "1.4.2",
"com.typesafe" % "config" % "1.4.3",
"org.slf4j" % "slf4j-api" % "2.0.9",
"org.apache.commons" % "commons-email" % "1.5",
"com.typesafe.play" %% "play" % Dependencies.PlayVersion % Test,
Expand Down
2 changes: 1 addition & 1 deletion project/build.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
sbt.version=1.9.6
sbt.version=1.9.7
2 changes: 1 addition & 1 deletion samples/compile-timeDI/project/build.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
sbt.version=1.9.6
sbt.version=1.9.7
2 changes: 1 addition & 1 deletion samples/runtimeDI/project/build.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
sbt.version=1.9.6
sbt.version=1.9.7

0 comments on commit 71f5cd3

Please sign in to comment.