Skip to content

Commit a4aea20

Browse files
Prepare for next release
1 parent 0dd5a48 commit a4aea20

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ object Libs extends CommonLibs {
88

99
val scommonsApiVersion = "0.3.0"
1010
val scommonsReactVersion = "0.3.0"
11-
val scommonsNodejsVersion = "0.1.0"
12-
val scommonsWebSqlVersion = "1.0.0-SNAPSHOT"
11+
val scommonsNodejsVersion = "0.3.0"
12+
val scommonsWebSqlVersion = "0.3.1"
1313

1414
lazy val scommonsApiXhr = Def.setting("org.scommons.api" %%% "scommons-api-xhr" % scommonsApiVersion)
1515
lazy val scommonsReactCore = Def.setting("org.scommons.react" %%% "scommons-react-core" % scommonsReactVersion)

0 commit comments

Comments
 (0)