Skip to content

Commit

Permalink
upgrade versions
Browse files Browse the repository at this point in the history
  • Loading branch information
fupelaqu committed Jan 18, 2023
1 parent fc6e5f4 commit 454987c
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 7 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.2.0"
ThisBuild / version := "0.2.1"

ThisBuild / scalaVersion := "2.12.15"

Expand Down
3 changes: 1 addition & 2 deletions mangopay/api/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,5 @@ organization := "app.softnetwork.payment"
name := "mangopay-api"

libraryDependencies ++= Seq(
"app.softnetwork.scheduler" %% "scheduler-api" % Versions.scheduler,
"app.softnetwork.persistence" %% "akka-persistence-jdbc" % Versions.genericPersistence
"app.softnetwork.scheduler" %% "scheduler-api" % Versions.scheduler
)
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@ package app.softnetwork.sbt.build

object Versions {

val genericPersistence = "0.2.5.15"
val genericPersistence = "0.2.6"

val scheduler = "0.2.1"
val scheduler = "0.2.2"

val server = "0.2.6.2"
val server = "0.2.7"

val session = "0.1.0"
val session = "0.1.1"

val scalatest = "3.1.1"
}

0 comments on commit 454987c

Please sign in to comment.