Skip to content

Commit

Permalink
Update DAS SDK Scala to 0.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
bgaidioz committed Sep 26, 2024
1 parent 64007bf commit d2974aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,6 @@ lazy val root = (project in file("."))
strictBuildSettings,
publishSettings,
libraryDependencies ++= Seq(
"com.raw-labs" %% "das-sdk-scala" % "0.1.2" % "compile->compile;test->test"
"com.raw-labs" %% "das-sdk-scala" % "0.1.3" % "compile->compile;test->test"
)
)

0 comments on commit d2974aa

Please sign in to comment.