Skip to content

Commit 9da2fcb

Browse files
committed
fix compilation bug
1 parent 8989868 commit 9da2fcb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sql/bridge/src/test/scala/app/softnetwork/elastic/sql/SQLCriteriaSpec.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ package app.softnetwork.elastic.sql
33
import app.softnetwork.elastic.sql.bridge._
44
import com.sksamuel.elastic4s.ElasticApi.matchAllQuery
55
import com.sksamuel.elastic4s.http.search.SearchBodyBuilderFn
6-
import com.sksamuel.elastic4s.searches.SearchRequest
6+
import com.sksamuel.elastic4s.requests.searches.{SearchBodyBuilderFn, SearchRequest}
77
import org.scalatest.flatspec.AnyFlatSpec
88
import org.scalatest.matchers.should.Matchers
99

0 commit comments

Comments
 (0)