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 6567fdb + 6f52887 commit 2ba63e0Copy full SHA for 2ba63e0
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.0"
+ val sentry = "io.sentry" % "sentry" % "6.3.1"
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