Skip to content

Commit

Permalink
Update mill-main to 0.12.8 (#599)
Browse files Browse the repository at this point in the history
* Update mill-main to 0.12.8

* Fix mdoc stuff

---------

Co-authored-by: Alex Archambault <alexandre.archambault@gmail.com>
  • Loading branch information
scala-steward and alexarchambault authored Feb 20, 2025
1 parent 4a77898 commit 34dca6f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .mill-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.12.7
0.12.8
5 changes: 4 additions & 1 deletion build.sc
Original file line number Diff line number Diff line change
Expand Up @@ -453,6 +453,9 @@ object ci extends Module {
object docs extends ScalaModule {
private def sv = Versions.scala213
def scalaVersion = sv
def moduleDeps = Seq(
cats.jvm(sv)
)
def ivyDeps = Agg(
Deps.mdoc
)
Expand Down Expand Up @@ -485,7 +488,7 @@ object docs extends ScalaModule {
"--site.VERSION",
core.jvm(sv).publishVersion(),
"--classpath",
cats.jvm(sv).runClasspath().map(_.path).mkString(File.pathSeparator)
runClasspath().map(_.path).mkString(File.pathSeparator)
)
}
def mdocWatchArgs = T.task {
Expand Down

0 comments on commit 34dca6f

Please sign in to comment.