Skip to content

Commit

Permalink
Update mockserver-netty to 5.15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Mar 20, 2024
1 parent 63f90bf commit d961417
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ object Dependencies {
val scalaTest = "org.scalatest" %% "scalatest" % "3.2.15"
val mockitoScala = "org.mockito" %% "mockito-scala" % mockitoScalaVersion
val mockitoScalaTest = "org.mockito" %% "mockito-scala-scalatest" % mockitoScalaVersion
val mockServer = "org.mock-server" % "mockserver-netty" % "5.14.0"
val mockServer = "org.mock-server" % "mockserver-netty" % "5.15.0"
val junitInterface = "com.github.sbt" % "junit-interface" % "0.13.3"
val junitJupiter = "org.junit.jupiter" % "junit-jupiter-engine" % "5.9.3"

Expand Down

0 comments on commit d961417

Please sign in to comment.