diff --git a/build.sbt b/build.sbt index 874ddb5..b894528 100644 --- a/build.sbt +++ b/build.sbt @@ -35,7 +35,7 @@ Test / fork := true libraryDependencies ++= Seq( "org.mockito" %% "mockito-scala-scalatest" % "2.2.3" % Test, "org.scalatest" %% "scalatest" % "3.2.20" % Test, - "org.scala-lang.modules" %% "scala-xml" % "2.4.0", + "org.scala-lang.modules" %% "scala-xml" % "2.5.0", "org.scala-lang.modules" %% "scala-parser-combinators" % "1.1.2", ) diff --git a/project/plugins.sbt b/project/plugins.sbt index bb2aa48..26a4f01 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,5 +1,5 @@ addSbtPlugin("io.github.davidgregory084" % "sbt-tpolecat" % "0.4.1") -addSbtPlugin("com.github.sbt" % "sbt-git" % "2.1.0") +addSbtPlugin("com.github.sbt" % "sbt-git" % "2.2.0") addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.4.4")