Skip to content

Commit

Permalink
Prepared for the release
Browse files Browse the repository at this point in the history
  • Loading branch information
viktor-podzigun committed Nov 1, 2019
1 parent 150a00a commit bca99ce
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions project/src/main/scala/common/Libs.scala
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ import scommons.sbtplugin.project.CommonLibs

object Libs extends CommonLibs {

val scommonsReactVersion = "1.0.0-SNAPSHOT"
private val scommonsApiVersion = "1.0.0-SNAPSHOT"
val scommonsReactVersion = "0.2.0"
private val scommonsApiVersion = "0.2.0"
private val sjsReactJsVer = "0.14.0"

lazy val scommonsApiDom = Def.setting("org.scommons.api" %%% "scommons-api-dom" % scommonsApiVersion)
Expand Down

0 comments on commit bca99ce

Please sign in to comment.