Skip to content

Commit

Permalink
Updated versions.
Browse files Browse the repository at this point in the history
  • Loading branch information
Pascal Mengelt committed Nov 13, 2024
1 parent 714d37e commit 00ea911
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 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.7"
val tapirVersion = "1.11.9"
val ironCirceVersion = "2.6.0"
val mUnitVersion = "1.0.2"
// 02-bpmn
Expand Down Expand Up @@ -48,14 +48,14 @@ object Dependencies {
// camunda // server spring-boot
// 04-c8-spring
// -> bpmn
val scalaJacksonVersion = "2.18.0"
val zeebeVersion = "8.5.10"
val scalaJacksonVersion = "2.18.1"
val zeebeVersion = "8.5.14"
val springBootVersion = "3.3.4"
val swaggerOpenAPIVersion = "2.1.22"
val swaggerOpenAPIVersion = "2.1.23"
// examples
val h2Version = "2.3.232"
val twitter4jVersion = "4.1.2"
val groovyVersion = "3.0.22"
val groovyVersion = "3.0.23"

lazy val tapirDependencies = Seq(
"com.softwaremill.sttp.tapir" %% "tapir-openapi-docs" % tapirVersion,
Expand Down
4 changes: 2 additions & 2 deletions project/plugins.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ addSbtPlugin("com.github.sbt" % "sbt-native-packager" % "1.10.4")
// https://github.com/djspiewak/sbt-github-actions
//addSbtPlugin("com.codecommit" % "sbt-github-actions" % "0.13.0")
addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.9.0")
addSbtPlugin("org.typelevel" % "laika-sbt" % "1.2.0")
addSbtPlugin("org.typelevel" % "laika-sbt" % "1.2.1")

addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.12.0")
addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.13.1")

addDependencyTreePlugin // sbt dependencyBrowseTreeHTML -> target/tree.html

0 comments on commit 00ea911

Please sign in to comment.