Skip to content

Commit

Permalink
chore(deps): minor update (#18)
Browse files Browse the repository at this point in the history
## About this PR
Updates:

* πŸ“¦ [com.raw-labs:protocol-raw](https://github.com/raw-labs/snapi) from
`0.39.0` to `0.39.1`
+ πŸ“œ [GitHub Release
Notes](https://github.com/raw-labs/snapi/releases/tag/v0.39.1) -
[Version
Diff](raw-labs/snapi@v0.39.0...v0.39.1)
* πŸ“¦ [com.raw-labs:utils-core](https://github.com/raw-labs/snapi) from
`0.39.0` to `0.39.1`
+ πŸ“œ [GitHub Release
Notes](https://github.com/raw-labs/snapi/releases/tag/v0.39.1) -
[Version
Diff](raw-labs/snapi@v0.39.0...v0.39.1)

<sup>
labels: dependencies, library-update, early-semver-minor,
semver-spec-patch, version-scheme:early-semver, commit-count:n:2
</sup>

---------

Co-authored-by: scala-steward-raw-labs[bot] <141842368+scala-steward-raw-labs[bot]@users.noreply.github.com>
  • Loading branch information
scala-steward-raw-labs[bot] authored Oct 4, 2024
1 parent d09f6da commit bc48a5b
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.3" % "compile->compile;test->test"
)
)

0 comments on commit bc48a5b

Please sign in to comment.