Skip to content

Commit 90d749f

Browse files
Prepare for next release
1 parent 914fbfc commit 90d749f

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

project/plugins.sbt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
//resolvers += "Typesafe repository" at "https://repo.typesafe.com/typesafe/releases/"
22
resolvers += "Sonatype Snapshots" at "https://oss.sonatype.org/content/repositories/snapshots/"
33

4-
addSbtPlugin(("org.scommons.sbt" % "sbt-scommons-plugin" % "1.0.0-SNAPSHOT").changing())
5-
//addSbtPlugin("org.scommons.sbt" % "sbt-scommons-plugin" % "0.9.0")
4+
//addSbtPlugin(("org.scommons.sbt" % "sbt-scommons-plugin" % "1.0.0-SNAPSHOT").changing())
5+
addSbtPlugin("org.scommons.sbt" % "sbt-scommons-plugin" % "1.0.0")
66

77
addSbtPlugin("com.typesafe.sbt" % "sbt-web" % "1.4.3")
88

project/src/main/scala/common/Libs.scala

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ import scommons.sbtplugin.project.CommonLibs
66

77
object Libs extends CommonLibs {
88

9-
val scommonsNodejsVersion = "1.0.0-SNAPSHOT"
10-
val scommonsReactVersion = "1.0.0-SNAPSHOT"
11-
private val scommonsApiVersion = "1.0.0-SNAPSHOT"
9+
val scommonsNodejsVersion = "1.0.0"
10+
val scommonsReactVersion = "1.0.0"
11+
private val scommonsApiVersion = "1.0.0"
1212
private val sjsReactJsVer = "1.0.0"
1313

1414
lazy val scommonsApiXhr = Def.setting("org.scommons.api" %%% "scommons-api-xhr" % scommonsApiVersion)

0 commit comments

Comments
 (0)