Skip to content

Commit ab576a2

Browse files
committed
update version
1 parent c4b8e05 commit ab576a2

File tree

1 file changed

+1
-13
lines changed

1 file changed

+1
-13
lines changed

build.sbt

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ ThisBuild / organization := "app.softnetwork"
1919

2020
name := "softclient4es"
2121

22-
ThisBuild / version := "0.10.1"
22+
ThisBuild / version := "0.11.0-SNAPSHOT"
2323

2424
ThisBuild / scalaVersion := scala213
2525

@@ -246,18 +246,6 @@ lazy val es6bridge = project
246246

247247
lazy val es6testkit = testkitProject(Versions.es6)
248248

249-
/*lazy val es6embeddedtestkit = project
250-
.in(file("es6/testkit"))
251-
.configs(IntegrationTest)
252-
.settings(
253-
Defaults.itSettings,
254-
moduleSettings,
255-
elasticSearchVersion := Versions.es6
256-
)
257-
.dependsOn(
258-
es6testkit % "compile->compile;test->test;it->it"
259-
)*/
260-
261249
lazy val es6rest = project
262250
.in(file("es6/rest"))
263251
.configs(IntegrationTest)

0 commit comments

Comments
 (0)