< prev index next >

mailinglist/build.gradle

Print this page
@@ -29,11 +29,11 @@
          opens 'org.openjdk.skara.mailinglist' to 'org.junit.platform.commons'
      }
  }
  
  dependencies {
-     implementation project(':host')
+     implementation project(':network')
      implementation project(':vcs')
      implementation project(':email')
  
      testImplementation project(':test')
  }
< prev index next >