Skip to content

Commit b23299a

Browse files
authored
Merge pull request #852 from scalacenter/update/sbt-1.10.10
Update sbt, scripted-plugin, test-agent to 1.10.10
2 parents a421c7b + 965e562 commit b23299a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

project/Dependencies.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ object Dependencies {
3333

3434
val scalaParallelCollection = "org.scala-lang.modules" %% "scala-parallel-collections" % "1.2.0"
3535
val scalaCollectionCompat = "org.scala-lang.modules" %% "scala-collection-compat" % "2.13.0"
36-
val sbtTestAgent = "org.scala-sbt" % "test-agent" % "1.10.7"
36+
val sbtTestAgent = "org.scala-sbt" % "test-agent" % "1.10.10"
3737
val scalaMeta = ("org.scalameta" %% "parsers" % "4.13.2").cross(CrossVersion.for3Use2_13)
3838

3939
// test dependencies

project/build.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
sbt.version=1.10.7
1+
sbt.version=1.10.10

0 commit comments

Comments
 (0)