Skip to content

Commit

Permalink
Merge pull request #817 from scalacenter/update/sbt-1.10.7
Browse files Browse the repository at this point in the history
Update sbt, scripted-plugin, test-agent to 1.10.7
  • Loading branch information
adpi2 authored Dec 27, 2024
2 parents 523bb43 + 9a28046 commit 8910d65
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.1.0"
val scalaCollectionCompat = "org.scala-lang.modules" %% "scala-collection-compat" % "2.12.0"
val sbtTestAgent = "org.scala-sbt" % "test-agent" % "1.10.6"
val sbtTestAgent = "org.scala-sbt" % "test-agent" % "1.10.7"
val scalaMeta = ("org.scalameta" %% "parsers" % "4.12.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.6
sbt.version=1.10.7

0 comments on commit 8910d65

Please sign in to comment.