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 4f30b62 + 6b8d4b2 commit e0efdedCopy full SHA for e0efded
project/Dependencies.scala
@@ -32,7 +32,7 @@ object Dependencies {
32
val scalafixScaluzzi = "com.github.vovapolu" %% "scaluzzi" % "0.1.20"
33
val scalafixOrganizeImports = "com.github.liancheng" %% "organize-imports" % "0.5.0"
34
val scalaTest = "org.scalatest" %% "scalatest" % "3.2.9"
35
- val sentry = "io.sentry" % "sentry" % "4.3.0"
+ val sentry = "io.sentry" % "sentry" % "5.0.0"
36
val slf4jApi = "org.slf4j" % "slf4j-api" % "1.7.30"
37
val sslConfig = "com.typesafe" %% "ssl-config-core" % "0.4.3"
38
val testContainersScalaScalaTest = "com.dimafeng" %% "testcontainers-scala-scalatest" % "0.39.5"
0 commit comments