diff --git a/build.sbt b/build.sbt index 71975cc1..898acb04 100644 --- a/build.sbt +++ b/build.sbt @@ -47,7 +47,7 @@ libraryDependencies ++= Seq( "mysql" % "mysql-connector-java" % "8.0.28", "org.liquibase" % "liquibase-core" % "4.7.1", "org.hsqldb" % "hsqldb" % "2.6.1", - "com.sendgrid" % "sendgrid-java" % "2.2.2", + "com.sendgrid" % "sendgrid-java" % "4.10.1", "ch.qos.logback" % "logback-classic" % "1.4.14", "org.broadinstitute.dsde.workbench" %% "sam-client" % "0.1-4cde1ff", //---------- Test libraries -------------------//