Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update scalafmt-core to 3.7.15 #224

Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .git-blame-ignore-revs
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,6 @@ b049841d5707d5bd87be516d8cda7be2a7585eae
# Reformatted test code
e437d63c40713e0645a4895bbe5a0fc565cd56db


# Scala Steward: Reformat with scalafmt 3.7.15
872346d4066b3aad4b642e8a5718f79799a79fc1
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.14"
version = "3.7.15"

align.preset = none
align.openParenCallSite = false
Expand Down
4 changes: 2 additions & 2 deletions build.sc
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ trait OsLibModule
"TEST_JAR_WRITER_ASSEMBLY" -> testJarWriter.assembly().path.toString,
"TEST_JAR_READER_ASSEMBLY" -> testJarReader.assembly().path.toString,
"TEST_JAR_EXIT_ASSEMBLY" -> testJarExit.assembly().path.toString
)
)
}
}

Expand All @@ -105,7 +105,7 @@ trait OsModule extends OsLibModule { outer =>
val scalaDocExternalMappings = Seq(
".*scala.*::scaladoc3::https://scala-lang.org/api/3.x/",
".*java.*::javadoc::https://docs.oracle.com/javase/8/docs/api/",
s".*geny.*::scaladoc3::https://javadoc.io/doc/com.lihaoyi/geny_3/${Deps.geny.dep.version}/",
s".*geny.*::scaladoc3::https://javadoc.io/doc/com.lihaoyi/geny_3/${Deps.geny.dep.version}/"
).mkString(",")

def conditionalScalaDocOptions: T[Seq[String]] = T {
Expand Down