Skip to content

Commit

Permalink
stew tests
Browse files Browse the repository at this point in the history
  • Loading branch information
datYori committed Oct 1, 2024
1 parent d82f85b commit 4d64e4d
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 @@ -108,6 +108,6 @@ lazy val root = (project in file("."))
libraryDependencies ++= Seq(
"com.raw-labs" %% "protocol-raw" % "0.39.0" % "compile->compile;test->test",
"com.raw-labs" %% "utils-core" % "0.39.0" % "compile->compile;test->test",
"com.raw-labs" %% "protocol-das" % "0.1.3" % "compile->compile;test->test"
"com.raw-labs" %% "protocol-das" % "0.1.2" % "compile->compile;test->test"
)
)

0 comments on commit 4d64e4d

Please sign in to comment.