Skip to content

Commit fbd58a4

Browse files
committed
0.2.0 release
1 parent 4556eae commit fbd58a4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

project/Build.scala

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff 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 =

0 commit comments

Comments
 (0)