Skip to content

Commit

Permalink
Fix artifactName for os-lib-watch
Browse files Browse the repository at this point in the history
  • Loading branch information
lolgab committed Jan 2, 2024
1 parent 716f261 commit 7838bbf
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 @@ -139,6 +139,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 7838bbf

Please sign in to comment.