We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c536a06 + 1d0a53c commit f593932Copy full SHA for f593932
project/Dependencies.scala
@@ -32,7 +32,7 @@ object Dependencies {
32
val scalafixScaluzzi = "com.github.vovapolu" %% "scaluzzi" % "0.1.17"
33
val scalafixOrganizeImports = "com.github.liancheng" %% "organize-imports" % "0.5.0"
34
val scalaTest = "org.scalatest" %% "scalatest" % "3.2.4"
35
- val sentry = "io.sentry" % "sentry" % "4.1.0"
+ val sentry = "io.sentry" % "sentry" % "4.2.0"
36
val silencer = "com.github.ghik" % "silencer-plugin" % Versions.silencer cross CrossVersion.full
37
val silencerLib = "com.github.ghik" % "silencer-lib" % Versions.silencer % Provided cross CrossVersion.full
38
val slf4jApi = "org.slf4j" % "slf4j-api" % "1.7.30"
0 commit comments