Skip to content

Commit

Permalink
Update utils-core to 0.50.0
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward-raw-labs[bot] committed Oct 4, 2024
1 parent abc8cd7 commit d038499
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 @@ -107,7 +107,7 @@ lazy val root = (project in file("."))
publishSettings,
libraryDependencies ++= Seq(
"com.raw-labs" %% "protocol-raw" % "0.50.0" % "compile->compile;test->test",
"com.raw-labs" %% "utils-core" % "0.39.1" % "compile->compile;test->test",
"com.raw-labs" %% "utils-core" % "0.50.0" % "compile->compile;test->test",
"com.raw-labs" %% "protocol-das" % "0.1.3" % "compile->compile;test->test"
)
)

0 comments on commit d038499

Please sign in to comment.