Skip to content

Commit

Permalink
Fix artifactName for os-lib-watch (#243)
Browse files Browse the repository at this point in the history
Probably during the update of Mill to 0.11 the `artifactName` of
`os-lib-watch` was not set correctly, changing it to `os-watch`.
  • Loading branch information
lolgab authored Jan 2, 2024
1 parent 3e3af41 commit 42f8787
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.sc
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,7 @@ object os extends Module {
object watch extends Module {
object jvm extends Cross[WatchJvmModule](scalaVersions)
trait WatchJvmModule extends OsLibModule {
def artifactName = "os-lib-watch"
def moduleDeps = super.moduleDeps ++ Seq(os.jvm())
def ivyDeps = Agg(Deps.jna)
object test extends ScalaTests with OsLibTestModule {
Expand Down

0 comments on commit 42f8787

Please sign in to comment.