Skip to content

Commit 44cdc61

Browse files
authored
Merge pull request #424 from scalacenter/update/sbt-1.8.3
Update sbt, test-agent to 1.8.3
2 parents 75c01dc + 743a15b commit 44cdc61

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.0.4"
3535
val scalaCollectionCompat = "org.scala-lang.modules" %% "scala-collection-compat" % "2.10.0"
36-
val sbtTestAgent = "org.scala-sbt" % "test-agent" % "1.8.2"
36+
val sbtTestAgent = "org.scala-sbt" % "test-agent" % "1.8.3"
3737

3838
// test dependencies
3939
val munit = "org.scalameta" %% "munit" % "1.0.0-M7"

project/build.properties

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

0 commit comments

Comments
 (0)