Skip to content

Commit 1f46f33

Browse files
authored
Merge pull request #874 from scalacenter/update/sbt-1.11.0
Update sbt, scripted-plugin, test-agent to 1.11.0
2 parents 4fed122 + 4516f11 commit 1f46f33

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.11"
36+
val sbtTestAgent = "org.scala-sbt" % "test-agent" % "1.11.0"
3737
val scalaMeta = ("org.scalameta" %% "parsers" % "4.13.6").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.11
1+
sbt.version=1.11.0

0 commit comments

Comments
 (0)