Skip to content

Commit

Permalink
Added scalajs-reactjs-core to scommonsResourcesArtifacts setting
Browse files Browse the repository at this point in the history
  • Loading branch information
viktor-podzigun committed Aug 26, 2021
1 parent f83c917 commit 473e4cd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ scommonsResourcesFileFilter :=
"*.pdf",

scommonsResourcesArtifacts := Seq(
"org.scommons.shogowada" % "scalajs-reactjs-core" % "*",
"org.scommons.react" % "scommons-react-core" % "*",
"org.scommons.client" % "scommons-client-ui" % "*"
),
Expand Down
1 change: 1 addition & 0 deletions src/main/scala/scommons/sbtplugin/ScommonsPlugin.scala
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ object ScommonsPlugin extends AutoPlugin {
"*.pdf",

scommonsResourcesArtifacts := Seq(
"org.scommons.shogowada" % "scalajs-reactjs-core" % "*",
"org.scommons.react" % "scommons-react-core" % "*",
"org.scommons.client" % "scommons-client-ui" % "*"
),
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ object CommonMobileModule {
val settings: Seq[Setting[_]] = Seq(

scommonsResourcesArtifacts := Seq(
"org.scommons.shogowada" % "scalajs-reactjs-core" % "*",
"org.scommons.react" % "scommons-react-core" % "*",
"org.scommons.react-native" % "scommons-react-native-test" % "*"
),
Expand Down

0 comments on commit 473e4cd

Please sign in to comment.