Skip to content

Commit

Permalink
Merge branch 'develop' into update/logback-classic-1.5.12
Browse files Browse the repository at this point in the history
  • Loading branch information
davidangb authored Nov 12, 2024
2 parents 15d07a1 + f85c74a commit 0abb468
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
* @broadinstitute/dsp-core-services
6 changes: 3 additions & 3 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -46,13 +46,13 @@ libraryDependencies ++= Seq(
"commons-io" % "commons-io" % "2.11.0",
"commons-codec" % "commons-codec" % "1.15",
"mysql" % "mysql-connector-java" % "8.0.28",
"org.liquibase" % "liquibase-core" % "4.7.1",
"org.hsqldb" % "hsqldb" % "2.6.1",
"org.liquibase" % "liquibase-core" % "4.30.0",
"org.hsqldb" % "hsqldb" % "2.7.4",
"com.sendgrid" % "sendgrid-java" % "2.2.2",
"ch.qos.logback" % "logback-classic" % "1.5.12",
"org.broadinstitute.dsde.workbench" %% "sam-client" % "0.1-4cde1ff",
"com.azure" % "azure-identity" % "1.12.2",
"com.azure" % "azure-core-management" % "1.15.0",
"com.azure" % "azure-core-management" % "1.15.5",
//---------- Test libraries -------------------//
"org.broadinstitute.dsde.workbench" %% "workbench-google" % workbenchGoogleV % Test classifier "tests",
"com.typesafe.akka" %% "akka-testkit" % akkaV % Test,
Expand Down

0 comments on commit 0abb468

Please sign in to comment.