Skip to content

Commit

Permalink
Update protocol-raw, utils-core to 0.39.1 in steward-tests
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward-raw-labs[bot] committed Oct 1, 2024
1 parent 4d64e4d commit 791c8cc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -106,8 +106,8 @@ lazy val root = (project in file("."))
strictBuildSettings,
publishSettings,
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-raw" % "0.39.1" % "compile->compile;test->test",
"com.raw-labs" %% "utils-core" % "0.39.1" % "compile->compile;test->test",
"com.raw-labs" %% "protocol-das" % "0.1.2" % "compile->compile;test->test"
)
)

0 comments on commit 791c8cc

Please sign in to comment.