Skip to content

Commit

Permalink
Merge pull request #1976 from scalacenter/update/sbt-1.8.1
Browse files Browse the repository at this point in the history
build(deps): Update sbt, test-agent from 1.8.0 to 1.8.1
  • Loading branch information
ckipp01 committed Jan 4, 2023
2 parents 560b008 + 11d3455 commit 255fc63
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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 caseAppVersion = "2.0.6"
val sourcecodeVersion = "0.3.0"
val sbtTestInterfaceVersion = "1.0"
val sbtTestAgentVersion = "1.8.0"
val sbtTestAgentVersion = "1.8.1"
val junitVersion = "0.13.3"
val directoryWatcherVersion = "0.8.0+6-f651bd93"
val monixVersion = "3.2.0"
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.8.0
sbt.version=1.8.1

0 comments on commit 255fc63

Please sign in to comment.