Skip to content

Commit bab7a92

Browse files
authored
Merge pull request #732 from scala-steward/update/sentry-5.4.0
Update sentry from 5.3.0 to 5.4.0
2 parents 79c049c + fdbdd53 commit bab7a92

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

project/Dependencies.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ object Dependencies {
3333
val scalafixScaluzzi = "com.github.vovapolu" %% "scaluzzi" % "0.1.20"
3434
val scalafixOrganizeImports = "com.github.liancheng" %% "organize-imports" % "0.6.0"
3535
val scalaTest = "org.scalatest" %% "scalatest" % "3.2.10"
36-
val sentry = "io.sentry" % "sentry" % "5.3.0"
36+
val sentry = "io.sentry" % "sentry" % "5.4.0"
3737
val slf4jApi = "org.slf4j" % "slf4j-api" % "1.7.32"
3838
val sslConfig = "com.typesafe" %% "ssl-config-core" % "0.6.0"
3939
val testContainersScalaScalaTest = "com.dimafeng" %% "testcontainers-scala-scalatest" % "0.39.11"

0 commit comments

Comments
 (0)