We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents fd99015 + 375abdd commit 4b30921Copy full SHA for 4b30921
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.20"
42
- val sentry = "io.sentry" % "sentry" % "8.36.0"
+ val sentry = "io.sentry" % "sentry" % "8.37.1"
43
val slf4jApi = "org.slf4j" % "slf4j-api" % "2.0.17"
44
val sslConfig = "com.typesafe" %% "ssl-config-core" % "0.7.1"
45
val testContainersScalaScalaTest = "com.dimafeng" %% "testcontainers-scala-scalatest" % "0.44.1"
project/build.properties
@@ -1 +1 @@
1
-sbt.version=1.12.7
+sbt.version=1.12.8
0 commit comments