Skip to content

Commit

Permalink
Merge branch 'master' into update/sbt-gzip-2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
niladic committed Feb 5, 2024
2 parents e438f3d + bed27b4 commit 94e5e96
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ libraryDependencies ++= Seq(
"org.postgresql" % "postgresql" % "42.7.1",
anormDependency,
"org.playframework" %% "play-mailer" % "10.0.0",
"org.playframework" %% "play-json" % "3.0.1",
"org.playframework" %% "play-json" % "3.0.2",
"com.sun.mail" % "javax.mail" % "1.6.2",
"net.jcazevedo" %% "moultingyaml" % "0.4.2",
"com.github.tototoshi" %% "scala-csv" % "1.3.10",
Expand All @@ -112,7 +112,7 @@ libraryDependencies ++= Seq(
)

// Crash
libraryDependencies += "io.sentry" % "sentry-logback" % "6.34.0"
libraryDependencies += "io.sentry" % "sentry-logback" % "7.3.0"

// Overrides
dependencyOverrides += "org.apache.commons" % "commons-text" % "1.10.0"
Expand Down
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
addSbtPlugin("org.playframework" % "sbt-plugin" % "3.0.1")
addSbtPlugin("net.virtual-void" % "sbt-dependency-graph" % "0.10.0-RC1")
addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.0.9")
addSbtPlugin("com.typesafe.sbt" % "sbt-digest" % "1.1.4")
addSbtPlugin("com.github.sbt" % "sbt-digest" % "2.0.0")
addSbtPlugin("com.github.sbt" % "sbt-gzip" % "2.0.0")

// Scalafmt
Expand Down

0 comments on commit 94e5e96

Please sign in to comment.