Skip to content

Commit 4557dc0

Browse files
Patch updates (#64)
* maven-core 3.9.13 (was 3.9.12) * scala3-library 3.7.4 (was 3.7.3) * sbt 1.12.5 (was 1.12.0) * scalafmt-core 3.10.7 (was 3.10.1) * Reformat with scalafmt 3.10.7 Executed command: scalafmt --non-interactive * Add 'Reformat with scalafmt 3.10.7' to .git-blame-ignore-revs
1 parent af03126 commit 4557dc0

4 files changed

Lines changed: 9 additions & 5 deletions

File tree

.git-blame-ignore-revs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,6 @@
66

77
# Scala Steward: Reformat with scalafmt 3.9.10
88
9f51c8bbb42aa878c67dd68ac8fa04ac86c7db5f
9+
10+
# Scala Steward: Reformat with scalafmt 3.10.7
11+
4f7fd0937ca78b02127508adc298f30027bd6038

.scalafmt.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
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
44
runner.dialect = scala213
55

build.sbt

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@ import sbtheader.FileType
55
import sbtheader.HeaderPlugin.autoImport.HeaderPattern.commentBetween
66
import 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

3839
libraryDependencies ++= 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

5657
scalacOptions --= {
5758
scalaBinaryVersion.value match {

project/build.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
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

0 commit comments

Comments
 (0)