Skip to content

Commit e0ddfc3

Browse files
authored
Merge pull request #781 from scalacenter/update/sbt-1.10.3
Update sbt, test-agent to 1.10.3
2 parents b2800f0 + 197052a commit e0ddfc3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

project/Dependencies.scala

+1-1
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.0.4"
3535
val scalaCollectionCompat = "org.scala-lang.modules" %% "scala-collection-compat" % "2.12.0"
36-
val sbtTestAgent = "org.scala-sbt" % "test-agent" % "1.10.2"
36+
val sbtTestAgent = "org.scala-sbt" % "test-agent" % "1.10.3"
3737
val scalaMeta = ("org.scalameta" %% "parsers" % "4.10.2").cross(CrossVersion.for3Use2_13)
3838

3939
// test dependencies

project/build.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
sbt.version=1.10.2
1+
sbt.version=1.10.3

0 commit comments

Comments
 (0)