Skip to content

Commit

Permalink
Documenting company bpmn / api.
Browse files Browse the repository at this point in the history
  • Loading branch information
pme123 committed Dec 17, 2024
1 parent eb5b870 commit 622339d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ object Dependencies:
val osLibVersion = "0.11.3"
// 01-domain
val openapiCirceVersion = "0.11.3"
val tapirVersion = "1.11.9"
val tapirVersion = "1.11.10"
val ironCirceVersion = "2.6.0"
val mUnitVersion = "1.0.3"
// 02-bpmn
Expand Down Expand Up @@ -50,10 +50,10 @@ object Dependencies:
// camunda // server spring-boot
// 04-c8-spring
// -> bpmn
val scalaJacksonVersion = "2.18.1"
val zeebeVersion = "8.5.9"
val scalaJacksonVersion = "2.18.2"
val zeebeVersion = "8.5.15"
val springBootVersion = "3.3.4"
val swaggerOpenAPIVersion = "2.1.23"
val swaggerOpenAPIVersion = "2.1.24"
// examples
val h2Version = "2.3.232"
val twitter4jVersion = "4.1.2"
Expand Down
2 changes: 1 addition & 1 deletion project/Settings.scala
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ object Settings {

lazy val projectVersion =
Using(scala.io.Source.fromFile("version"))(_.mkString.trim).get
val scala3Version = "3.6.1"
val scala3Version = "3.6.2"
val org = "io.github.pme123"

def projectSettings(projName: String) = Seq(
Expand Down

0 comments on commit 622339d

Please sign in to comment.