File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 66
77# Scala Steward: Reformat with scalafmt 3.9.10
889f51c8bbb42aa878c67dd68ac8fa04ac86c7db5f
9+
10+ # Scala Steward: Reformat with scalafmt 3.10.7
11+ 4f7fd0937ca78b02127508adc298f30027bd6038
Original file line number Diff line number Diff line change 11# Version https://scalameta.org/scalafmt/docs/configuration.html#version
2- version = 3.10 .1
2+ version = 3.10 .7
33# Dialect https://scalameta.org/scalafmt/docs/configuration.html#scala-dialects
44runner.dialect = scala213
55
Original file line number Diff line number Diff line change @@ -5,7 +5,8 @@ import sbtheader.FileType
55import sbtheader .HeaderPlugin .autoImport .HeaderPattern .commentBetween
66import sbtheader .LineCommentCreator
77
8- lazy val `sbt-maven-plugin` = (project in file(" ." ))
8+ lazy val `sbt-maven-plugin` = project
9+ .in(file(" ." ))
910 .enablePlugins(SbtWebBase )
1011 .settings(
1112 scriptedLaunchOpts ++= Seq (
@@ -37,7 +38,7 @@ developers += Developer(
3738
3839libraryDependencies ++= Seq (
3940 " org.apache.maven.plugins" % " maven-plugin-plugin" % " 3.15.2" ,
40- " org.apache.maven" % " maven-core" % " 3.9.12 " ,
41+ " org.apache.maven" % " maven-core" % " 3.9.13 " ,
4142 " junit" % " junit" % " 4.13.2" % Test
4243)
4344
@@ -51,7 +52,7 @@ Global / onLoad := (Global / onLoad).value.andThen { s =>
5152 s
5253}
5354
54- crossScalaVersions += " 3.7.3 "
55+ crossScalaVersions += " 3.7.4 "
5556
5657scalacOptions --= {
5758 scalaBinaryVersion.value match {
Original file line number Diff line number Diff line change 11# Copyright (C) from 2023 The sbt contributors <https://github.com/sbt>
22
3- sbt.version =1.12.0
3+ sbt.version =1.12.5
You can’t perform that action at this time.
0 commit comments