File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -2,6 +2,8 @@ name := "sbt-sri-platform"
2
2
3
3
// version := "2017.2.0-SNAPSHOT"
4
4
5
+ scalaVersion := " 2.10.6"
6
+
5
7
sbtPlugin := true
6
8
7
9
scalacOptions ++= Seq (
@@ -14,12 +16,12 @@ scalacOptions ++= Seq(
14
16
// bintray
15
17
resolvers += Resolver .jcenterRepo
16
18
17
- organization := " scalajs-react-universe "
19
+ organization := " scalajs-react-interface "
18
20
19
21
licenses += (" Apache-2.0" , url(
20
22
" https://www.apache.org/licenses/LICENSE-2.0.html" ))
21
23
22
- bintrayOrganization := Some (" scalajs-react-universe " )
24
+ bintrayOrganization := Some (" scalajs-react-interface " )
23
25
24
26
bintrayRepository := " maven"
25
27
@@ -28,5 +30,5 @@ publishArtifact in Test := false
28
30
addSbtPlugin(" org.scala-js" % " sbt-scalajs" % " 0.6.15" )
29
31
30
32
// Test
31
- resolvers += Resolver .bintrayRepo(" scalajs-react-universe " , " maven" )
33
+ resolvers += Resolver .bintrayRepo(" scalajs-react-interface " , " maven" )
32
34
libraryDependencies += " org.scalatest" %% " scalatest" % " 3.0.0" % Test
You can’t perform that action at this time.
0 commit comments