Skip to content

Commit

Permalink
Update sbt-github, sbt-github-mdoc to 0.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
47erbot committed Aug 12, 2024
1 parent 22ad7bf commit 58adc6e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions project/plugins.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -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"

0 comments on commit 58adc6e

Please sign in to comment.