Skip to content

Commit

Permalink
add sentry
Browse files Browse the repository at this point in the history
  • Loading branch information
ssedoudbgouv committed Jul 16, 2024
1 parent e2da41a commit d793990
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ object Dependencies {
lazy val pekkoHttpVersion = "1.0.1"
lazy val pekkoVersion = "1.0.2"
lazy val enumeratumVersion = "1.8.0"
lazy val sentryVersion = "6.34.0"
lazy val sentryVersion = "7.12.0"
lazy val jbcrypt = "0.4"
lazy val specs2MatcherExtraVersion = "4.20.6"
lazy val scalaCheckVersion = "1.18.0"
Expand Down Expand Up @@ -42,7 +42,8 @@ object Dependencies {
val flywayPostgres = "org.flywaydb" % "flyway-database-postgresql" % Versions.flyWayVersion
val janino = "org.codehaus.janino" % "janino" % Versions.janino // Needed for the <if> in logback conf
val logstashLogBackEncoder = "net.logstash.logback" % "logstash-logback-encoder" % Versions.logstashLogbackEncoder
val sentry = "io.sentry" % "sentry-logback" % Versions.sentryVersion
val sentryLogback = "io.sentry" % "sentry-logback" % Versions.sentryVersion
val sentryCore = "io.sentry" % "sentry" % Versions.sentryVersion
val catsCore = "org.typelevel" %% "cats-core" % Versions.catsCoreVersion
val pureConfig = "com.github.pureconfig" %% "pureconfig" % Versions.pureConfigVersion
val playSlick = "org.playframework" %% "play-slick" % Versions.playSlickVersion
Expand All @@ -63,7 +64,8 @@ object Dependencies {
val AppDependencies = Seq(
Compile.janino,
Compile.logstashLogBackEncoder,
Compile.sentry,
Compile.sentryLogback,
Compile.sentryCore,
Compile.catsCore,
Compile.pureConfig,
Compile.playSlick,
Expand Down

0 comments on commit d793990

Please sign in to comment.