diff --git a/project/Settings.scala b/project/Settings.scala index 27dda2c33..8780d0258 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 = "v993" + val drtLib = "v1008" val scala = "2.13.12" val scalaDom = "2.8.0"