Skip to content

Commit

Permalink
Update sentry to 3.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Nov 18, 2020
1 parent e41d3c0 commit 525f662
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ object Dependencies {
val scalafixScaluzzi = "com.github.vovapolu" %% "scaluzzi" % "0.1.15"
val scalafixSortImports = "com.nequissimus" %% "sort-imports" % "0.5.5"
val scalaTest = "org.scalatest" %% "scalatest" % "3.2.3"
val sentry = "io.sentry" % "sentry" % "3.1.3"
val sentry = "io.sentry" % "sentry" % "3.2.0"
val silencer = "com.github.ghik" % "silencer-plugin" % Versions.silencer cross CrossVersion.full
val silencerLib = "com.github.ghik" % "silencer-lib" % Versions.silencer % Provided cross CrossVersion.full
val slf4jApi = "org.slf4j" % "slf4j-api" % "1.7.30"
Expand Down

0 comments on commit 525f662

Please sign in to comment.