diff --git a/project/plugins.sbt b/project/plugins.sbt index 0d5ad85..4af61e3 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -3,8 +3,8 @@ libraryDependencies += { "org.scala-sbt" %% "scripted-plugin" % sbtVersion.value addSbtPlugin("org.scalameta" % "sbt-mdoc" % "2.5.4") addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.5.12") -addSbtPlugin("com.alejandrohdezma" % "sbt-github" % "0.11.13") -addSbtPlugin("com.alejandrohdezma" % "sbt-github-mdoc" % "0.11.13") +addSbtPlugin("com.alejandrohdezma" % "sbt-github" % "0.12.0") +addSbtPlugin("com.alejandrohdezma" % "sbt-github-mdoc" % "0.12.0") dependencyOverrides += "org.scala-lang.modules" %% "scala-parser-combinators" % "1.0.5" \ No newline at end of file