Skip to content

Commit

Permalink
Merge branch 'master' into update/aws-java-sdk-core-1.12.761
Browse files Browse the repository at this point in the history
  • Loading branch information
jcazevedo authored Jul 16, 2024
2 parents 984d25c + 6ea9d5b commit ce4e573
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ object Dependencies {
val ScalaTest = "3.2.19"
val Shapeless = "2.3.12"
val SimpleJmx = "2.2"
val Specs2 = "4.20.7"
val Specs2 = "4.20.8"
val Squants = "1.8.3"
val SshJ = "0.38.0"
val TypesafeConfig = "1.4.3"
Expand Down
2 changes: 1 addition & 1 deletion project/build.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
sbt.version=1.10.0
sbt.version=1.10.1
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.12.1")
addSbtPlugin("com.github.sbt" % "sbt-pgp" % "2.2.1")
addSbtPlugin("com.github.sbt" % "sbt-release" % "1.4.0")
addSbtPlugin("com.github.sbt" % "sbt-boilerplate" % "0.7.0")
addSbtPlugin("org.scalameta" % "sbt-mdoc" % "2.5.3")
addSbtPlugin("org.scalameta" % "sbt-mdoc" % "2.5.4")
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.2")
addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.11.0")

0 comments on commit ce4e573

Please sign in to comment.