Skip to content

Commit

Permalink
Merge pull request #1302 from softwaremill/update/ox-0.3.8
Browse files Browse the repository at this point in the history
Update ox:core, ox:mdc-logback, ox:plugin to 0.3.8
  • Loading branch information
mergify[bot] authored Sep 11, 2024
2 parents 44a7d12 + 31f85d8 commit 95a142c
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.7"
val oxVersion = "0.3.8"

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.7"),
addCompilerPlugin("com.softwaremill.ox" %% "plugin" % "0.3.8"),
Compile / scalacOptions += "-P:requireIO:javax.mail.MessagingException"
)

Expand Down

0 comments on commit 95a142c

Please sign in to comment.