Skip to content

Commit

Permalink
Update dependency org.scalameta:sbt-mdoc to v2.6.1 (#653)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Sep 19, 2024
1 parent 573f2b5 commit fe4644a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import ReleaseTransformations._
import com.github.daniel.shuy.sbt.release.mdoc.ReleaseMdocStateTransformations

val sbtReleaseVersion = "1.0.13"
val mdocVersion = "2.5.4"
val mdocVersion = "2.6.1"

ThisBuild / organization := "com.github.daniel-shuy"
ThisBuild / name := "sbt-release-mdoc"
Expand Down
2 changes: 1 addition & 1 deletion project/release.sbt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
addSbtPlugin("com.github.daniel-shuy" % "sbt-release-mdoc" % "1.0.1")

val mdocVersion = "2.5.4"
val mdocVersion = "2.6.1"
addSbtPlugin("org.scalameta" % "sbt-mdoc" % mdocVersion)
libraryDependencies ++= Seq(
"org.scalameta" %% "mdoc" % mdocVersion,
Expand Down

0 comments on commit fe4644a

Please sign in to comment.