Skip to content

Commit

Permalink
upgrade persistence dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
fupelaqu committed Jul 10, 2023
1 parent d4b50a4 commit 8b66917
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ ThisBuild / organization := "app.softnetwork"

name := "payment"

ThisBuild / version := "0.3.2.2"
ThisBuild / version := "0.3.2.3"

ThisBuild / scalaVersion := "2.12.15"

Expand Down
2 changes: 1 addition & 1 deletion mangopay/api/src/main/resources/reference.conf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ include "softnetwork-jdbc-persistence.conf"
include "softnetwork-scheduler.conf"

softnetwork.api.name = "softnetwork-mangopay"
softnetwork.api.version = "0.3.2.2"
softnetwork.api.version = "0.3.2.3"
softnetwork.api.server.port = 9000
softnetwork.api.server.request-timeout = 120 s

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ package app.softnetwork.sbt.build

object Versions {

val genericPersistence = "0.3.2.2"
val genericPersistence = "0.3.2.3"

val scheduler = "0.3.2"
val scheduler = "0.3.2.1"

val scalatest = "3.1.1"
}

0 comments on commit 8b66917

Please sign in to comment.