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 275d40b commit d6a2284Copy full SHA for d6a2284
project/src/main/scala/common/Libs.scala
@@ -7,9 +7,9 @@ import scommons.sbtplugin.project.CommonLibs
7
object Libs extends CommonLibs {
8
9
val scommonsApiVersion = "0.7.0"
10
- val scommonsReactVersion = "0.7.0"
+ val scommonsReactVersion = "0.7.1"
11
val scommonsNodejsVersion = "0.7.0"
12
- val scommonsWebSqlVersion = "0.7.0"
+ val scommonsWebSqlVersion = "0.7.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