File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 11version = "3.8.0"
22maxColumn = 120
33project.git = true
4- runner.dialect = scala212
4+ runner.dialect = scala212source3
55
66# http://docs.scala-lang.org/style/scaladoc.html recommends the JavaDoc style.
77# scala/scala is written that way too https://github.com/scala/scala/blob/v2.12.2/src/library/scala/Predef.scala
Original file line number Diff line number Diff line change 11val mvnVersion = " 3.9.4"
22val mvnResolverVersion = " 1.9.18"
3- val scala212 = " 2.12.19 "
3+ val scala212 = " 2.12.20 "
44
55ThisBuild / organization := " com.github.sbt"
66ThisBuild / licenses := Seq (" Apache-2.0" -> url(" http://opensource.org/licenses/Apache-2.0" ))
Original file line number Diff line number Diff line change 1- sbt.version =1.9 .9
1+ sbt.version =1.10 .9
Original file line number Diff line number Diff line change 1- addSbtPlugin(" com.eed3si9n" % " sbt-nocomma" % " 0.1.1 " )
2- addSbtPlugin(" com.github.sbt" % " sbt-ci-release" % " 1.5.12 " )
3- addSbtPlugin(" org.scalameta" % " sbt-scalafmt" % " 2.5.2 " )
1+ addSbtPlugin(" com.eed3si9n" % " sbt-nocomma" % " 0.1.2 " )
2+ addSbtPlugin(" com.github.sbt" % " sbt-ci-release" % " 1.9.2 " )
3+ addSbtPlugin(" org.scalameta" % " sbt-scalafmt" % " 2.5.4 " )
You can’t perform that action at this time.
0 commit comments