Skip to content

Commit

Permalink
Update munit to 1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Dec 17, 2024
1 parent 7d510c2 commit 76a0578
Showing 1 changed file with 5 additions and 6 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

0 comments on commit 76a0578

Please sign in to comment.