Skip to content

Commit

Permalink
Merge pull request #66 from scala-steward/update/patches
Browse files Browse the repository at this point in the history
Patch updates
  • Loading branch information
mkurz authored Dec 8, 2023
2 parents 171daa3 + 29d4acc commit 9a20e6d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -35,15 +35,15 @@ object Dependencies {
}

object Specs2 {
private val version = "4.20.2"
private val version = "4.20.3"
val core = "org.specs2" %% "specs2-core" % version
val matcherExtra = "org.specs2" %% "specs2-matcher-extra" % version
}

val argon2 = "de.mkammerer" % "argon2-jvm" % "2.11"
val commonsCodec = "commons-codec" % "commons-codec" % "1.15"
val jbcrypt = "de.svenkubiak" % "jBCrypt" % "0.4.3"
val jwt = "com.auth0" % "java-jwt" % "3.18.2"
val jwt = "com.auth0" % "java-jwt" % "3.18.3"
val scalaGuice = "net.codingwell" %% "scala-guice" % "6.0.0"
val akkaTestkit = "com.typesafe.akka" %% "akka-testkit" % play.core.PlayVersion.akkaVersion
val mockito = "org.mockito" % "mockito-core" % "5.3.0"
Expand Down
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
addSbtPlugin(dependency = "ch.epfl.scala" % "sbt-version-policy" % "3.1.0")
addSbtPlugin(dependency = "com.github.sbt" % "sbt-release" % "1.1.0")
addSbtPlugin(dependency = "com.github.sbt" % "sbt-unidoc" % "0.5.0")
addSbtPlugin(dependency = "com.jsuereth" % "sbt-pgp" % "2.1.1")
addSbtPlugin(dependency = "com.github.sbt" % "sbt-pgp" % "2.1.2")
addSbtPlugin(dependency = "com.timushev.sbt" % "sbt-updates" % "0.6.4")
addSbtPlugin(dependency = "com.typesafe.play" % "sbt-plugin" % "2.9.0")
addSbtPlugin(dependency = "net.vonbuchholtz" % "sbt-dependency-check" % "5.1.0")
Expand Down

0 comments on commit 9a20e6d

Please sign in to comment.