Skip to content

Commit 42f8787

Browse files
authored
Fix artifactName for os-lib-watch (#243)
Probably during the update of Mill to 0.11 the `artifactName` of `os-lib-watch` was not set correctly, changing it to `os-watch`.
1 parent 3e3af41 commit 42f8787

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build.sc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -141,6 +141,7 @@ object os extends Module {
141141
object watch extends Module {
142142
object jvm extends Cross[WatchJvmModule](scalaVersions)
143143
trait WatchJvmModule extends OsLibModule {
144+
def artifactName = "os-lib-watch"
144145
def moduleDeps = super.moduleDeps ++ Seq(os.jvm())
145146
def ivyDeps = Agg(Deps.jna)
146147
object test extends ScalaTests with OsLibTestModule {

0 commit comments

Comments
 (0)