Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 650 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 650 Bytes

sbt-platform-deps

Provides the %%% dependency builder for sbt. This is used by Scala Native and/or Scala.js projects, including cross-compiling projects, to select the appropriate dependencies for the platform.

This project is only intended as a common dependency for the sbt plugins of Scala.js and Scala Native. It should not be directly used.

Latest release

The latest release is 1.0.2. It can be depended on with

addSbtPlugin("org.portable-scala" % "sbt-platform-deps" % "1.0.2")

As a user, you should typically never depend on sbt-platform-deps. You will get it transitively through sbt-scalanative and/or sbt-scalajs.