Skip to content

Commit

Permalink
Merge pull request #338 from alephium/prepare_release
Browse files Browse the repository at this point in the history
Bump ralphc to `3.9.2`
  • Loading branch information
simerplaha authored Dec 12, 2024
2 parents 0648c1a + 06e355e commit 03212ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ object Dependencies {
lazy val scalaMock = "org.scalamock" %% "scalamock" % "6.0.0" % Test

/** Core */
lazy val ralphc = "org.alephium" %% "alephium-ralphc" % "3.9.0" excludeAll (
lazy val ralphc = "org.alephium" %% "alephium-ralphc" % "3.9.2" excludeAll (
ExclusionRule(organization = "org.rocksdb"),
ExclusionRule(organization = "io.prometheus"),
ExclusionRule(organization = "org.alephium", name = "alephium-api_2.13"),
Expand Down

0 comments on commit 03212ca

Please sign in to comment.