Skip to content

Commit 915b45a

Browse files
Patch updates (#76)
* maven-core 3.9.15 (was 3.9.14) * sbt 1.12.11 (was 1.12.9) + sbt 2.0.0-RC12
1 parent bac4faa commit 915b45a

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/build-test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,12 +27,12 @@ jobs:
2727
scala: 2.12.x, 3.x
2828
add-dimensions: >-
2929
{
30-
"sbt": [ "1.12.9", "2.0.0-RC11" ]
30+
"sbt": [ "1.12.11", "2.0.0-RC12" ]
3131
}
3232
exclude: >-
3333
[
34-
{"scala": "2.12.x", "sbt": "2.0.0-RC11"},
35-
{"scala": "3.x", "sbt": "1.12.9"},
34+
{"scala": "2.12.x", "sbt": "2.0.0-RC12"},
35+
{"scala": "3.x", "sbt": "1.12.11"},
3636
{"java": "11", "scala": "3.x"}
3737
]
3838
cmd: >-

build.sbt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ developers += Developer(
3838

3939
libraryDependencies ++= Seq(
4040
"org.apache.maven.plugins" % "maven-plugin-plugin" % "3.15.2",
41-
"org.apache.maven" % "maven-core" % "3.9.14",
41+
"org.apache.maven" % "maven-core" % "3.9.15",
4242
"junit" % "junit" % "4.13.2" % Test
4343
)
4444

@@ -66,7 +66,7 @@ pluginCrossBuild / sbtVersion := {
6666
case "2.12" =>
6767
sbtVersion.value
6868
case _ =>
69-
"2.0.0-RC11"
69+
"2.0.0-RC12"
7070
}
7171
}
7272

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.9
3+
sbt.version=1.12.11

0 commit comments

Comments
 (0)