Skip to content

Commit d6a2284

Browse files
Prepare for next release
1 parent 275d40b commit d6a2284

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
@@ -7,9 +7,9 @@ import scommons.sbtplugin.project.CommonLibs
77
object Libs extends CommonLibs {
88

99
val scommonsApiVersion = "0.7.0"
10-
val scommonsReactVersion = "0.7.0"
10+
val scommonsReactVersion = "0.7.1"
1111
val scommonsNodejsVersion = "0.7.0"
12-
val scommonsWebSqlVersion = "0.7.0"
12+
val scommonsWebSqlVersion = "0.7.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)