mirror of
https://github.com/TheAnachronism/docspell.git
synced 2025-04-05 10:59:33 +00:00
Merge pull request #1754 from eikek/update/scala-library-2.13.9
Update scala-library to 2.13.9
This commit is contained in:
commit
561a98f3fd
@ -16,7 +16,7 @@ val scalafixSettings = Seq(
|
||||
|
||||
val sharedSettings = Seq(
|
||||
organization := "com.github.eikek",
|
||||
scalaVersion := "2.13.8",
|
||||
scalaVersion := "2.13.9",
|
||||
organizationName := "Eike K. & Contributors",
|
||||
licenses += ("AGPL-3.0-or-later", url(
|
||||
"https://spdx.org/licenses/AGPL-3.0-or-later.html"
|
||||
|
@ -76,7 +76,7 @@ object StringUtil {
|
||||
/** String content without the delimiter */
|
||||
def undelimitedString(endP: P[Unit]): P[String] =
|
||||
escapedToken.backtrack
|
||||
.orElse((!endP).with1 ~ P.anyChar)
|
||||
.orElse(((!endP).with1 ~ P.anyChar).void)
|
||||
.rep
|
||||
.string
|
||||
.flatMap { str =>
|
||||
|
Loading…
x
Reference in New Issue
Block a user