Skip to content

Commit

Permalink
upgrade mangopay dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
fupelaqu committed Jun 29, 2024
1 parent 66a8073 commit 7b15367
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ ThisBuild / organization := "app.softnetwork"

name := "payment"

ThisBuild / version := "0.6.1"
ThisBuild / version := "0.6.1.1"

ThisBuild / scalaVersion := "2.12.18"

Expand Down
2 changes: 1 addition & 1 deletion mangopay/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ name := "mangopay-core"

libraryDependencies ++= Seq(
// mangopay
"com.mangopay" % "mangopay2-java-sdk" % "2.29.1"
"com.mangopay" % "mangopay2-java-sdk" % "2.37.1"
)

0 comments on commit 7b15367

Please sign in to comment.