Skip to content

Commit

Permalink
Merge branch 'main' into update/sbt-1.9.2
Browse files Browse the repository at this point in the history
  • Loading branch information
adpi2 authored Jul 11, 2023
2 parents 492c630 + cb35a4d commit f25a535
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .scalafmt.conf
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version = "3.7.7"
version = "3.7.8"
project.git = true
align.preset = none
align.stripMargin = true
Expand Down
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,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.2"
val scalaMeta = ("org.scalameta" %% "parsers" % "4.8.2").cross(CrossVersion.for3Use2_13)
val scalaMeta = ("org.scalameta" %% "parsers" % "4.8.3").cross(CrossVersion.for3Use2_13)

// test dependencies
val munit = "org.scalameta" %% "munit" % "1.0.0-M8"
Expand Down

0 comments on commit f25a535

Please sign in to comment.