Skip to content

Commit

Permalink
Merge pull request #1298 from softwaremill/update/ox-0.3.6
Browse files Browse the repository at this point in the history
Update ox:core, ox:mdc-logback, ox:plugin to 0.3.6
  • Loading branch information
mergify[bot] committed Sep 6, 2024
2 parents 2f04752 + b5aed1e commit c9a9898
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import complete.DefaultParsers._
val password4jVersion = "1.8.2"
val sttpVersion = "3.9.8"
val tapirVersion = "1.11.2"
val oxVersion = "0.3.5"
val oxVersion = "0.3.6"

val dbDependencies = Seq(
"com.augustnagro" %% "magnum" % "1.2.1",
Expand Down Expand Up @@ -103,7 +103,7 @@ lazy val commonSettings = commonSmlBuildSettings ++ Seq(
haltOnCmdResultError(runYarnTask())
},
autoCompilerPlugins := true,
addCompilerPlugin("com.softwaremill.ox" %% "plugin" % "0.3.5"),
addCompilerPlugin("com.softwaremill.ox" %% "plugin" % "0.3.6"),
Compile / scalacOptions += "-P:requireIO:javax.mail.MessagingException"
)

Expand Down

0 comments on commit c9a9898

Please sign in to comment.