Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
pme123 committed Dec 17, 2024
2 parents 0ca1149 + eff93a8 commit eb5b870
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
11 changes: 5 additions & 6 deletions project/Dependencies.scala
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import sbt.*
import sbt.Keys.*

object Dependencies {
object Dependencies:

// dependency Versions
// 00-docs
Expand All @@ -12,7 +12,7 @@ object Dependencies {
val openapiCirceVersion = "0.11.3"
val tapirVersion = "1.11.9"
val ironCirceVersion = "2.6.0"
val mUnitVersion = "1.0.2"
val mUnitVersion = "1.0.3"
// 02-bpmn
// -> domain
// - osLib
Expand Down Expand Up @@ -80,8 +80,8 @@ object Dependencies {

// examples
val camundaDependencies = Seq(
"org.springframework.boot" % "spring-boot-starter-web" % springBootVersion exclude("org.slf4j", "slf4j-api"),
"org.springframework.boot" % "spring-boot-starter-jdbc" % springBootVersion exclude("org.slf4j", "slf4j-api"),
"org.springframework.boot" % "spring-boot-starter-web" % springBootVersion exclude ("org.slf4j", "slf4j-api"),
"org.springframework.boot" % "spring-boot-starter-jdbc" % springBootVersion exclude ("org.slf4j", "slf4j-api"),
"io.netty" % "netty-all" % "4.1.110.Final", // needed for Spring Boot Version > 2.5.*
"org.camunda.bpm.springboot" % "camunda-bpm-spring-boot-starter-rest" % camundaVersion,
"org.camunda.bpm.springboot" % "camunda-bpm-spring-boot-starter-webapp" % camundaVersion,
Expand All @@ -98,5 +98,4 @@ object Dependencies {
lazy val chimney = "io.scalaland" %% "chimney" % chimneyVersion
lazy val swaggerOpenAPI = "io.swagger.parser.v3" % "swagger-parser" % swaggerOpenAPIVersion
lazy val sardineWebDav = "com.github.lookfirst" % "sardine" % sardineWebDavVersion

}
end Dependencies
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ addSbtPlugin("com.github.sbt" % "sbt-native-packager" % "1.10.4")
//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.1")
addSbtPlugin("org.scalameta" % "sbt-mdoc" % "2.6.1" )
addSbtPlugin("org.scalameta" % "sbt-mdoc" % "2.6.2")

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

Expand Down

0 comments on commit eb5b870

Please sign in to comment.