Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: shinytest2
Title: Testing for Shiny Applications
Version: 0.4.1.9001
Version: 0.4.1.9002
Authors@R: c(
person("Barret", "Schloerke", , "[email protected]", role = c("cre", "aut"),
comment = c(ORCID = "0000-0001-9986-114X")),
Expand All @@ -21,7 +21,7 @@ URL: https://rstudio.github.io/shinytest2/,
https://github.com/rstudio/shinytest2
BugReports: https://github.com/rstudio/shinytest2/issues
Depends:
testthat (>= 3.3.0)
testthat (>= 3.3.1)
Imports:
callr,
checkmate (>= 2.0.0),
Expand Down
Loading