We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0dd5a48 commit a4aea20Copy full SHA for a4aea20
project/src/main/scala/common/Libs.scala
@@ -8,8 +8,8 @@ object Libs extends CommonLibs {
8
9
val scommonsApiVersion = "0.3.0"
10
val scommonsReactVersion = "0.3.0"
11
- val scommonsNodejsVersion = "0.1.0"
12
- val scommonsWebSqlVersion = "1.0.0-SNAPSHOT"
+ val scommonsNodejsVersion = "0.3.0"
+ val scommonsWebSqlVersion = "0.3.1"
13
14
lazy val scommonsApiXhr = Def.setting("org.scommons.api" %%% "scommons-api-xhr" % scommonsApiVersion)
15
lazy val scommonsReactCore = Def.setting("org.scommons.react" %%% "scommons-react-core" % scommonsReactVersion)
0 commit comments