Skip to content

Commit

Permalink
Merge pull request #624 from scalacenter/update/sbt-1.9.8
Browse files Browse the repository at this point in the history
Update sbt, test-agent to 1.9.8
  • Loading branch information
adpi2 committed Dec 18, 2023
2 parents 5cd278b + b2536d7 commit 50da3d1
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.0.4"
val scalaCollectionCompat = "org.scala-lang.modules" %% "scala-collection-compat" % "2.11.0"
val sbtTestAgent = "org.scala-sbt" % "test-agent" % "1.9.7"
val sbtTestAgent = "org.scala-sbt" % "test-agent" % "1.9.8"
val scalaMeta = ("org.scalameta" %% "parsers" % "4.8.14").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.9.7
sbt.version=1.9.8

0 comments on commit 50da3d1

Please sign in to comment.