File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 1
1
// resolvers += "Typesafe repository" at "https://repo.typesafe.com/typesafe/releases/"
2
2
resolvers += " Sonatype Snapshots" at " https://oss.sonatype.org/content/repositories/snapshots/"
3
3
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" )
6
6
7
7
addSbtPlugin(" ch.epfl.scala" % " sbt-web-scalajs-bundler" % " 0.20.0" )
8
8
Original file line number Diff line number Diff line change @@ -6,11 +6,11 @@ import scommons.sbtplugin.project.CommonLibs
6
6
7
7
object Libs extends CommonLibs {
8
8
9
- val scommonsNodejsVersion = " 1.0.0-SNAPSHOT "
10
- val scommonsApiVersion = " 1.0.0-SNAPSHOT "
11
- val scommonsServiceVersion = " 1.0.0-SNAPSHOT "
12
- val scommonsReactVersion = " 1.0.0-SNAPSHOT "
13
- val scommonsClientVersion = " 1.0.0-SNAPSHOT "
9
+ val scommonsNodejsVersion = " 0.9.0 "
10
+ val scommonsApiVersion = " 0.9.0 "
11
+ val scommonsServiceVersion = " 0.9.0 "
12
+ val scommonsReactVersion = " 0.9.0 "
13
+ val scommonsClientVersion = " 0.9.0 "
14
14
15
15
// ////////////////////////////////////////////////////////////////////////////
16
16
// shared dependencies
You can’t perform that action at this time.
0 commit comments