mirror of https://github.com/sbt/sbt.git
Merge remote-tracking branch 'origin/develop' into wip-sbt-instant-startup
This commit is contained in:
commit
7dc4f7ce2d
|
|
@ -3,6 +3,7 @@ edition = 2019-10
|
|||
maxColumn = 100
|
||||
project.git = true
|
||||
project.excludeFilters = [ "\\Wsbt-test\\W", "\\Winput_sources\\W", "\\Wcontraband-scala\\W" ]
|
||||
lineEndings = preserve
|
||||
|
||||
# https://docs.scala-lang.org/style/scaladoc.html recommends the JavaDoc style.
|
||||
# scala/scala is written that way too https://github.com/scala/scala/blob/v2.12.2/src/library/scala/Predef.scala
|
||||
|
|
|
|||
|
|
@ -92,7 +92,7 @@ object Dependencies {
|
|||
val scalaVerify = "com.eed3si9n.verify" %% "verify" % "0.2.0"
|
||||
val templateResolverApi = "org.scala-sbt" % "template-resolver" % "0.1"
|
||||
|
||||
val scalaXml = "org.scala-lang.modules" %% "scala-xml" % "1.2.0"
|
||||
val scalaXml = "org.scala-lang.modules" %% "scala-xml" % "1.3.0"
|
||||
val scalaParsers = "org.scala-lang.modules" %% "scala-parser-combinators" % "1.1.2"
|
||||
val scalaReflect = Def.setting("org.scala-lang" % "scala-reflect" % scalaVersion.value)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue