File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -21,28 +21,28 @@ scalacOptions ++= Seq(
21
21
)
22
22
23
23
// Dependencies
24
- libraryDependencies += " scalajs-react-interface" %%% " core" % " 2017.3.23-beta" % Provided
25
- libraryDependencies += " scalajs-react-interface" %%% " macros" % " 2017.3.23-beta"
24
+ libraryDependencies += " scalajs-react-interface" %%% " core" % " 2017.3.23-beta" % Provided
25
+ libraryDependencies += " scalajs-react-interface" %%% " macros" % " 2017.3.23-beta"
26
26
libraryDependencies += " org.scala-js" %%% " scalajs-dom" % " 0.9.1"
27
27
28
28
// bintray
29
29
resolvers += Resolver .jcenterRepo
30
30
31
- organization := " scalajs-react-interface"
31
+ organization := " scalajs-react-interface"
32
32
33
33
licenses += (" Apache-2.0" , url(
34
34
" https://www.apache.org/licenses/LICENSE-2.0.html" ))
35
35
36
- bintrayOrganization := Some (" scalajs-react-interface" )
36
+ bintrayOrganization := Some (" scalajs-react-interface" )
37
37
38
38
bintrayRepository := " maven"
39
39
40
- bintrayVcsUrl
:= Some (
" [email protected] : scalajs-react-interface/universal.git" )
40
+ bintrayVcsUrl
:= Some (
" [email protected] :scalajs-react-interface/universal.git" )
41
41
42
42
publishArtifact in Test := false
43
43
44
44
// Test
45
- resolvers += Resolver .bintrayRepo(" scalajs-react-interface" , " maven" )
45
+ resolvers += Resolver .bintrayRepo(" scalajs-react-interface" , " maven" )
46
46
libraryDependencies += " org.scalatest" %%% " scalatest" % " 3.0.0" % Test
47
47
scalaJSStage in Global := FastOptStage
48
48
You can’t perform that action at this time.
0 commit comments