Skip to content

Commit

Permalink
Merge pull request #787 from scalacenter/update/sbt-1.10.4
Browse files Browse the repository at this point in the history
Update sbt, test-agent to 1.10.4
  • Loading branch information
adpi2 authored Oct 29, 2024
2 parents 1ea242b + 741bf25 commit fe10e19
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 @@ -33,7 +33,7 @@ object Dependencies {

val scalaParallelCollection = "org.scala-lang.modules" %% "scala-parallel-collections" % "1.0.4"
val scalaCollectionCompat = "org.scala-lang.modules" %% "scala-collection-compat" % "2.12.0"
val sbtTestAgent = "org.scala-sbt" % "test-agent" % "1.10.3"
val sbtTestAgent = "org.scala-sbt" % "test-agent" % "1.10.4"
val scalaMeta = ("org.scalameta" %% "parsers" % "4.11.0").cross(CrossVersion.for3Use2_13)

// test dependencies
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.3
sbt.version=1.10.4

0 comments on commit fe10e19

Please sign in to comment.