Skip to content

Commit fd270d1

Browse files
committed
Upgraded dependencies
1 parent 6048fc8 commit fd270d1

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

build.sbt

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ lazy val commonSettings = Seq(
1919
// Use cached resolution of dependencies
2020
// http://www.scala-sbt.org/0.13/docs/Cached-Resolution.html
2121
updateOptions := updateOptions.in(Global).value.withCachedResolution(true),
22-
resolvers ++= Seq(Resolver.mavenLocal),
2322
resolvers += "RAW Labs GitHub Packages" at "https://maven.pkg.github.com/raw-labs/_"
2423
)
2524

@@ -105,8 +104,8 @@ lazy val root = (project in file("."))
105104
strictBuildSettings,
106105
publishSettings,
107106
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"
110109
)
111110
)
112111

@@ -209,5 +208,5 @@ lazy val docker = (project in file("docker"))
209208
.settings(
210209
strictBuildSettings,
211210
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")
213212
)

0 commit comments

Comments
 (0)