File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ object ScalajsReactComponents extends Build {
1818 _.enablePlugins(ScalaJSPlugin )
1919 .settings(
2020 organization := " com.github.chandu0101.scalajs-react-components" ,
21- version := " 0.2.0-SNAPSHOT " ,
21+ version := " 0.2.0" ,
2222 homepage := Some (url(" https://github.com/chandu0101/scalajs-react-components" )),
2323 licenses += (" Apache-2.0" , url(" http://opensource.org/licenses/Apache-2.0" )),
2424 scalaVersion := Scala211 ,
@@ -37,6 +37,7 @@ object ScalajsReactComponents extends Build {
3737 publishArtifact := false ,
3838 publishLocalSigned := (), // doesn't work
3939 publishSigned := (), // doesn't work
40+ publish := (),
4041 packagedArtifacts := Map .empty) // doesn't work - https://github.com/sbt/sbt-pgp/issues/42
4142
4243 def publicationSettings : PE =
You can’t perform that action at this time.
0 commit comments