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 7155b48 + 66d3565 commit 468973aCopy full SHA for 468973a
project/Dependencies.scala
@@ -35,7 +35,7 @@ object Dependencies {
35
val scalafixScaluzzi = "com.github.vovapolu" %% "scaluzzi" % "0.1.21"
36
val scalafixOrganizeImports = "com.github.liancheng" %% "organize-imports" % "0.6.0"
37
val scalaTest = "org.scalatest" %% "scalatest" % "3.2.13"
38
- val sentry = "io.sentry" % "sentry" % "6.3.1"
+ val sentry = "io.sentry" % "sentry" % "6.4.0"
39
val slf4jApi = "org.slf4j" % "slf4j-api" % "1.7.36"
40
val sslConfig = "com.typesafe" %% "ssl-config-core" % "0.6.1"
41
val testContainersScalaScalaTest = "com.dimafeng" %% "testcontainers-scala-scalatest" % "0.40.10"
0 commit comments