Skip to content

Commit c2ecbbd

Browse files
committed
move to new organization
1 parent 013b85f commit c2ecbbd

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

build.sbt

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ name := "sbt-sri-platform"
22

33
//version := "2017.2.0-SNAPSHOT"
44

5+
scalaVersion := "2.10.6"
6+
57
sbtPlugin := true
68

79
scalacOptions ++= Seq(
@@ -14,12 +16,12 @@ scalacOptions ++= Seq(
1416
//bintray
1517
resolvers += Resolver.jcenterRepo
1618

17-
organization := "scalajs-react-universe"
19+
organization := "scalajs-react-interface"
1820

1921
licenses += ("Apache-2.0", url(
2022
"https://www.apache.org/licenses/LICENSE-2.0.html"))
2123

22-
bintrayOrganization := Some("scalajs-react-universe")
24+
bintrayOrganization := Some("scalajs-react-interface")
2325

2426
bintrayRepository := "maven"
2527

@@ -28,5 +30,5 @@ publishArtifact in Test := false
2830
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "0.6.15")
2931

3032
//Test
31-
resolvers += Resolver.bintrayRepo("scalajs-react-universe", "maven")
33+
resolvers += Resolver.bintrayRepo("scalajs-react-interface", "maven")
3234
libraryDependencies += "org.scalatest" %% "scalatest" % "3.0.0" % Test

0 commit comments

Comments
 (0)