Skip to content

Commit

Permalink
Merge pull request #781 from scalacenter/update/sbt-1.10.3
Browse files Browse the repository at this point in the history
Update sbt, test-agent to 1.10.3
  • Loading branch information
adpi2 authored Oct 21, 2024
2 parents b2800f0 + 197052a commit e0ddfc3
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.2"
val sbtTestAgent = "org.scala-sbt" % "test-agent" % "1.10.3"
val scalaMeta = ("org.scalameta" %% "parsers" % "4.10.2").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.2
sbt.version=1.10.3

0 comments on commit e0ddfc3

Please sign in to comment.