File tree Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 1
1
2
2
// see: https://www.scala-sbt.org/sbt-pgp/usage.html
3
3
4
+ useGpg := false
4
5
pgpPublicRing := file(" ./travis/pubring.gpg" )
5
6
pgpSecretRing := file(" ./travis/secring.gpg" )
6
7
pgpPassphrase := sys.env.get(" PGP_PASS" ).map(_.toArray)
Original file line number Diff line number Diff line change 1
1
// resolvers += "Typesafe repository" at "https://repo.typesafe.com/typesafe/releases/"
2
- resolvers += " Sonatype Snapshots" at " https://oss.sonatype.org/content/repositories/snapshots/"
2
+ // resolvers += "Sonatype Snapshots" at "https://oss.sonatype.org/content/repositories/snapshots/"
3
3
4
- addSbtPlugin((" org.scommons.sbt" % " sbt-scommons-plugin" % " 0.4.0-SNAPSHOT" ).changing())
4
+ // addSbtPlugin(("org.scommons.sbt" % "sbt-scommons-plugin" % "0.4.0-SNAPSHOT").changing())
5
+ addSbtPlugin(" org.scommons.sbt" % " sbt-scommons-plugin" % " 0.4.0" )
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ import scommons.sbtplugin.project.CommonLibs
6
6
7
7
object Libs extends CommonLibs {
8
8
9
- val scommonsNodejsVersion = " 1.0.0-SNAPSHOT "
9
+ val scommonsNodejsVersion = " 0.4.0 "
10
10
private val sjsReactJsVer = " 0.15.0"
11
11
12
12
lazy val sjsReactJs = Def .setting(" org.scommons.shogowada" %%% " scalajs-reactjs" % sjsReactJsVer)
You can’t perform that action at this time.
0 commit comments