Skip to content

Commit

Permalink
update to otoroshi 16.18.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mathieuancelin committed Jun 3, 2024
1 parent a54de14 commit b0bfc39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ lazy val root = (project in file("."))
assembly / test := {},
assembly / assemblyJarName := "otoroshi-plugin-mailer-assembly_2.12-dev.jar",
libraryDependencies ++= Seq(
"fr.maif" %% "otoroshi" % "16.16.1" % "provided",
"fr.maif" %% "otoroshi" % "16.18.0" % "provided",
"javax.mail" % "javax.mail-api" % "1.6.2",
"com.sun.mail" % "javax.mail" % "1.6.2",
munit % Test
Expand Down

0 comments on commit b0bfc39

Please sign in to comment.