Skip to content

Commit

Permalink
Fix Scala.js dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
travisbrown committed Feb 7, 2020
1 parent 48394d2 commit a64f3ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ def addDisciplineScalaTest(testScope: Boolean = true) = libraryDependencies += {
) )
else else
( (
"org.typelevel" %% "discipline-scalatest" % disciplineScalaTestVersion "org.typelevel" %%% "discipline-scalatest" % disciplineScalaTestVersion
) )
if (testScope) dep % Test else dep if (testScope) dep % Test else dep
} }
Expand Down

0 comments on commit a64f3ba

Please sign in to comment.