We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e3af41 commit 42f8787Copy full SHA for 42f8787
build.sc
@@ -141,6 +141,7 @@ object os extends Module {
141
object watch extends Module {
142
object jvm extends Cross[WatchJvmModule](scalaVersions)
143
trait WatchJvmModule extends OsLibModule {
144
+ def artifactName = "os-lib-watch"
145
def moduleDeps = super.moduleDeps ++ Seq(os.jvm())
146
def ivyDeps = Agg(Deps.jna)
147
object test extends ScalaTests with OsLibTestModule {
0 commit comments