File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,6 @@ lazy val commonSettings = Seq(
19
19
// Use cached resolution of dependencies
20
20
// http://www.scala-sbt.org/0.13/docs/Cached-Resolution.html
21
21
updateOptions := updateOptions.in(Global ).value.withCachedResolution(true ),
22
- resolvers ++= Seq (Resolver .mavenLocal),
23
22
resolvers += " RAW Labs GitHub Packages" at " https://maven.pkg.github.com/raw-labs/_"
24
23
)
25
24
@@ -105,8 +104,8 @@ lazy val root = (project in file("."))
105
104
strictBuildSettings,
106
105
publishSettings,
107
106
libraryDependencies ++= Seq (
108
- " com.raw-labs" %% " das-sdk-scala" % " 0.1.3 " % " compile->compile;test->test" ,
109
- " com.databricks" % " databricks-sdk-java" % " 0.31.1 " % " compile->compile"
107
+ " com.raw-labs" %% " das-sdk-scala" % " 0.1.4 " % " compile->compile;test->test" ,
108
+ " com.databricks" % " databricks-sdk-java" % " 0.32.2 " % " compile->compile"
110
109
)
111
110
)
112
111
@@ -209,5 +208,5 @@ lazy val docker = (project in file("docker"))
209
208
.settings(
210
209
strictBuildSettings,
211
210
dockerSettings,
212
- libraryDependencies ++= Seq (" com.raw-labs" %% " das-server-scala" % " 0.1.5 " % " compile->compile;test->test" )
211
+ libraryDependencies ++= Seq (" com.raw-labs" %% " das-server-scala" % " 0.1.6 " % " compile->compile;test->test" )
213
212
)
You can’t perform that action at this time.
0 commit comments