Skip to content

Commit ad6d00f

Browse files
Switched to release versions of dependencies
1 parent ff13068 commit ad6d00f

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
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" % "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

77
addSbtPlugin("ch.epfl.scala" % "sbt-web-scalajs-bundler" % "0.20.0")
88

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

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

77
object Libs extends CommonLibs {
88

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"
1414

1515
//////////////////////////////////////////////////////////////////////////////
1616
// shared dependencies

0 commit comments

Comments
 (0)