Skip to content

Commit 6eff8b7

Browse files
committed
prepare release v0.1.0
1 parent a071616 commit 6eff8b7

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

build.sbt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ ThisBuild / organization := "app.softnetwork"
1717

1818
name := "softclient4es"
1919

20-
ThisBuild / version := "0.1-SNAPSHOT"
20+
ThisBuild / version := "0.1.0"
2121

2222
ThisBuild / scalaVersion := scala213
2323

@@ -424,6 +424,8 @@ lazy val root = project.in(file("."))
424424
sql,
425425
core,
426426
persistence,
427+
es6,
428+
es7,
427429
es8,
428430
es9
429431
)

0 commit comments

Comments
 (0)