File tree Expand file tree Collapse file tree 1 file changed +1
-13
lines changed
Expand file tree Collapse file tree 1 file changed +1
-13
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ ThisBuild / organization := "app.softnetwork"
1919
2020name := " softclient4es"
2121
22- ThisBuild / version := " 0.10.1 "
22+ ThisBuild / version := " 0.11.0-SNAPSHOT "
2323
2424ThisBuild / scalaVersion := scala213
2525
@@ -246,18 +246,6 @@ lazy val es6bridge = project
246246
247247lazy 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-
261249lazy val es6rest = project
262250 .in(file(" es6/rest" ))
263251 .configs(IntegrationTest )
You can’t perform that action at this time.
0 commit comments