@@ -2,7 +2,7 @@ import sbtcrossproject.{crossProject, CrossType}
22
33name in ThisBuild := " reactify"
44organization in ThisBuild := " com.outr"
5- version in ThisBuild := " 2.3.0-SNAPSHOT "
5+ version in ThisBuild := " 2.3.0"
66scalaVersion in ThisBuild := " 2.12.4"
77crossScalaVersions in ThisBuild := List (" 2.12.4" , " 2.11.12" , " 2.13.0-M2" )
88
@@ -11,6 +11,16 @@ sonatypeProfileName in ThisBuild := "com.outr"
1111publishMavenStyle in ThisBuild := true
1212licenses in ThisBuild := Seq (" MIT" -> url(" https://github.com/outr/reactify/blob/master/LICENSE" ))
1313sonatypeProjectHosting in ThisBuild := Some (xerial.sbt.Sonatype .GithubHosting (" outr" , " reactify" , " matt@outr.com" ))
14+ homepage in ThisBuild := Some (url(" https://github.com/outr/reactify" ))
15+ scmInfo in ThisBuild := Some (
16+ ScmInfo (
17+ url(" https://github.com/outr/reactify" ),
18+ " scm:git@github.com:outr/reactify.git"
19+ )
20+ )
21+ developers in ThisBuild := List (
22+ Developer (id= " darkfrog" , name= " Matt Hicks" , email= " matt@matthicks." , url= url(" http://matthicks.com" ))
23+ )
1424
1525lazy val reactify = crossProject(JVMPlatform , JSPlatform , NativePlatform )
1626 .crossType(CrossType .Pure )
0 commit comments