Skip to content

Commit 479e128

Browse files
authored
Update DAS SDK Scala to 0.1.3 (#6)
1 parent 64007bf commit 479e128

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: build.sbt

+1-1
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,6 @@ lazy val root = (project in file("."))
115115
strictBuildSettings,
116116
publishSettings,
117117
libraryDependencies ++= Seq(
118-
"com.raw-labs" %% "das-sdk-scala" % "0.1.2" % "compile->compile;test->test"
118+
"com.raw-labs" %% "das-sdk-scala" % "0.1.3" % "compile->compile;test->test"
119119
)
120120
)

0 commit comments

Comments
 (0)