File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11// resolvers += "Typesafe repository" at "https://repo.typesafe.com/typesafe/releases/"
22resolvers += " Sonatype Snapshots" at " https://oss.sonatype.org/content/repositories/snapshots/"
33
4- addSbtPlugin((" org.scommons.sbt" % " sbt-scommons-plugin" % " 0.9.0-SNAPSHOT" ).changing())
5- // addSbtPlugin("org.scommons.sbt" % "sbt-scommons-plugin" % "0.8 .0")
4+ // addSbtPlugin(("org.scommons.sbt" % "sbt-scommons-plugin" % "0.9.0-SNAPSHOT").changing())
5+ addSbtPlugin(" org.scommons.sbt" % " sbt-scommons-plugin" % " 0.9 .0" )
66
77addSbtPlugin(" org.xerial.sbt" % " sbt-sonatype" % " 3.9.5" )
88addSbtPlugin(" com.jsuereth" % " sbt-pgp" % " 1.1.0" )
Original file line number Diff line number Diff line change @@ -6,10 +6,10 @@ import scommons.sbtplugin.project.CommonLibs
66
77object Libs extends CommonLibs {
88
9- val scommonsApiVersion = " 1.0.0-SNAPSHOT "
10- val scommonsReactVersion = " 1.0.0-SNAPSHOT "
11- val scommonsNodejsVersion = " 1.0.0-SNAPSHOT "
12- val scommonsWebSqlVersion = " 1.0.0-SNAPSHOT "
9+ val scommonsApiVersion = " 0.9.0 "
10+ val scommonsReactVersion = " 0.9.0 "
11+ val scommonsNodejsVersion = " 0.9.0 "
12+ val scommonsWebSqlVersion = " 0.9.0 "
1313
1414 lazy val scommonsApiXhr = Def .setting(" org.scommons.api" %%% " scommons-api-xhr" % scommonsApiVersion)
1515 lazy val scommonsReactCore = Def .setting(" org.scommons.react" %%% " scommons-react-core" % scommonsReactVersion)
You can’t perform that action at this time.
0 commit comments