Skip to content

Commit

Permalink
Merge pull request #1058 from playframework/update/patches
Browse files Browse the repository at this point in the history
Patch updates
  • Loading branch information
mkurz authored Jun 27, 2024
2 parents 7996025 + 6957876 commit 55073c8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ lazy val `play-json` = crossProject(JVMPlatform, JSPlatform, NativePlatform)
Seq("org.scala-lang" % "scala-reflect" % scalaVersion.value)
),
libraryDependencies ++= Seq(
"org.scalatest" %%% "scalatest" % "3.2.18" % Test,
"org.scalatest" %%% "scalatest" % "3.2.19" % Test,
"org.scalatestplus" %%% "scalacheck-1-18" % "3.2.19.0" % Test,
"org.scalacheck" %%% "scalacheck" % "1.18.0" % Test,
),
Expand Down
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

resolvers ++= DefaultOptions.resolvers(snapshot = true)

addSbtPlugin("org.playframework" % "play-docs-sbt-plugin" % sys.props.getOrElse("play.version", "3.0.3"))
addSbtPlugin("org.playframework" % "play-docs-sbt-plugin" % sys.props.getOrElse("play.version", "3.0.4"))

addSbtPlugin("pl.project13.scala" % "sbt-jmh" % "0.4.7")

Expand Down

0 comments on commit 55073c8

Please sign in to comment.