Skip to content
This repository was archived by the owner on Jul 30, 2024. It is now read-only.

Commit 476160d

Browse files
authored
Merge pull request #293 from exoego/compile-time-macro
Do not add factory macro as transitive dependency
2 parents fcd8a89 + 0ae2b45 commit 476160d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

project/Dependencies.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ object Dependencies {
1616
val app = Def.setting(
1717
Seq(
1818
scalaReflect.value,
19-
"net.exoego" %%% "scalajs-types-util" % "0.2.1",
19+
"net.exoego" %%% "scalajs-types-util" % "0.2.1" % "provided",
2020
"org.scalatest" %%% "scalatest" % scalatestVersion % "test",
2121
"com.thoughtworks.enableIf" %% "enableif" % "1.1.7"
2222
)

0 commit comments

Comments
 (0)