We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 193f213 + 8dcbf84 commit 96917ceCopy full SHA for 96917ce
project/Dependencies.scala
@@ -39,7 +39,7 @@ object Dependencies {
39
val scalafixScaluzzi = "com.github.vovapolu" %% "scaluzzi" % "0.1.23"
40
val scalafixOrganizeImports = "com.github.liancheng" %% "organize-imports" % "0.6.0"
41
val scalaTest = "org.scalatest" %% "scalatest" % "3.2.19"
42
- val sentry = "io.sentry" % "sentry" % "7.18.1"
+ val sentry = "io.sentry" % "sentry" % "7.19.0"
43
val slf4jApi = "org.slf4j" % "slf4j-api" % "2.0.16"
44
val sslConfig = "com.typesafe" %% "ssl-config-core" % "0.6.1"
45
val testContainersScalaScalaTest = "com.dimafeng" %% "testcontainers-scala-scalatest" % "0.41.4"
0 commit comments