Skip to content

Commit

Permalink
Merge pull request #112 from alephium/bump_versions
Browse files Browse the repository at this point in the history
Bump `ralphc` and `web3`
  • Loading branch information
simerplaha authored Feb 23, 2024
2 parents 2bb8ab1 + d494567 commit ad70762
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 23 deletions.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,6 @@ object TryUtil {
case error: FormattableError =>
Left(FormattedError(error))

case error: org.alephium.ralph.Compiler.Error =>
Left(NativeError(error))

case error: Throwable =>
Left(ThrowableError(error))
}
Expand Down
4 changes: 2 additions & 2 deletions project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import sbt._

object Version {
val scala213 = "2.13.12"
val web3 = "0.22.0"
val web3 = "0.31.1"
}

object Dependencies {
Expand All @@ -13,7 +13,7 @@ object Dependencies {
lazy val scalaMock = "org.scalamock" %% "scalamock" % "5.2.0" % Test

/** Core */
lazy val ralphc = "org.alephium" %% "alephium-ralphc" % "2.8.3"
lazy val ralphc = "org.alephium" %% "alephium-ralphc" % "2.8.5"
lazy val lsp4j = "org.eclipse.lsp4j" % "org.eclipse.lsp4j" % "0.22.0"

/** Logging */
Expand Down
2 changes: 1 addition & 1 deletion project/build.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
sbt.version=1.9.3
sbt.version=1.9.9

0 comments on commit ad70762

Please sign in to comment.