<dependency>
<groupId>com.thoughtworks.feature</groupId>
<artifactId>implicitapply_sjs0.6_2.12</artifactId>
<version>2.3.0-M2</version>
</dependency>
libraryDependencies += "com.thoughtworks.feature" % "implicitapply_sjs0.6_2.12" % "2.3.0-M2"
@Grapes(
@Grab(group='com.thoughtworks.feature', module='implicitapply_sjs0.6_2.12', version='2.3.0-M2')
)
<dependency org="com.thoughtworks.feature" name="implicitapply_sjs0.6_2.12" rev="2.3.0-M2" />
compile
|-- org.typelevel:scala-library:2.12.4-bin-typelevel-4
|-- org.scala-js:scalajs-library_2.12:0.6.21
|-- com.github.mpilquist:simulacrum_2.12:0.11.0
provided
|-- org.typelevel:scala-reflect:2.12.4-bin-typelevel-4
test
|-- org.scala-js:scalajs-test-interface_2.12:0.6.21