File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,8 @@ publishM2Configuration := publishM2Configuration.value.withOverwrite(true)
1818// Find it here: https://mvnrepository.com/artifact/org.apache.spark/spark-core_2.13/<spark version>
1919val sparkVersion = sys.props.get(" spark.testVersion" ).getOrElse(" 3.5.7" )
2020// Latest here https://docs.couchbase.com/scala-sdk/current/project-docs/sdk-release-notes.html
21- val operationalSdkVersion = " 3.10.0"
21+ // Need https://jira.issues.couchbase.com/browse/SCBC-502 to be fixed before can pick up 3.X series
22+ val operationalSdkVersion = " 1.8.3"
2223// Latest here https://docs.couchbase.com/java-analytics-sdk/current/project-docs/analytics-sdk-release-notes.html
2324val enterpriseAnalyticsSdkVersion = " 1.0.0"
2425// Latest here https://mvnrepository.com/artifact/com.couchbase.client/dcp-client
You can’t perform that action at this time.
0 commit comments