diff --git a/project/Dependencies.scala b/project/Dependencies.scala index 94de55a97..5e277a49d 100644 --- a/project/Dependencies.scala +++ b/project/Dependencies.scala @@ -10,12 +10,12 @@ object Dependencies { val coursier = "2.1.24" val protocGen = "0.9.9" val protobufRuntimeScala = "0.8.16" - val commonsCodec = "1.18.0" + val commonsCodec = "1.19.0" // For testing val annotationApi = "1.3.2" val cats = "2.6.1" - val mockito = "5.18.0" + val mockito = "5.19.0" val munit = "1.1.0" val scalaTest = "3.2.19" val scalaTestPlusMockito = "3.1.0.0" diff --git a/project/build.properties b/project/build.properties index bbb0b608c..489e0a72d 100644 --- a/project/build.properties +++ b/project/build.properties @@ -1 +1 @@ -sbt.version=1.11.2 +sbt.version=1.11.4 diff --git a/project/plugins.sbt b/project/plugins.sbt index e60c3b988..51b99766c 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -24,6 +24,6 @@ addSbtPlugin("com.thesamet" % "sbt-protoc-gen-project" % "0.1.8") addSbtPlugin("com.eed3si9n" % "sbt-projectmatrix" % "0.11.0") -addSbtPlugin("org.scalameta" % "sbt-mdoc" % "2.7.1") +addSbtPlugin("org.scalameta" % "sbt-mdoc" % "2.7.2") addSbtPlugin("org.scalameta" % "sbt-native-image" % "0.3.4")