diff --git a/project/Settings.scala b/project/Settings.scala index dd39df693..e393668b1 100644 --- a/project/Settings.scala +++ b/project/Settings.scala @@ -25,7 +25,7 @@ object Settings { /** Declare global dependency versions here to avoid mismatches in multi part dependencies */ //noinspection ScalaStyle object versions { - val drtLib = "v914" + val drtLib = "v921" val scala = "2.13.12" val scalaDom = "2.8.0"