Skip to content

Commit c49cead

Browse files
authored
Merge pull request #647 from scala-steward/update/sentry-5.1.0
Update sentry from 5.0.1 to 5.1.0
2 parents b20f044 + 378ea6a commit c49cead

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

project/Dependencies.scala

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ object Dependencies {
3232
val scalafixScaluzzi = "com.github.vovapolu" %% "scaluzzi" % "0.1.20"
3333
val scalafixOrganizeImports = "com.github.liancheng" %% "organize-imports" % "0.5.0"
3434
val scalaTest = "org.scalatest" %% "scalatest" % "3.2.9"
35-
val sentry = "io.sentry" % "sentry" % "5.0.1"
35+
val sentry = "io.sentry" % "sentry" % "5.1.0"
3636
val slf4jApi = "org.slf4j" % "slf4j-api" % "1.7.32"
3737
val sslConfig = "com.typesafe" %% "ssl-config-core" % "0.6.0"
3838
val testContainersScalaScalaTest = "com.dimafeng" %% "testcontainers-scala-scalatest" % "0.39.5"

0 commit comments

Comments
 (0)