Skip to content

Commit c233ebb

Browse files
Patch updates (#67)
* maven-core 3.9.14 (was 3.9.13) * sbt 1.12.9 (was 1.12.5)
1 parent f1153f7 commit c233ebb

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

build.sbt

Lines changed: 1 addition & 1 deletion
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.13",
41+
"org.apache.maven" % "maven-core" % "3.9.14",
4242
"junit" % "junit" % "4.13.2" % Test
4343
)
4444

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.5
3+
sbt.version=1.12.9

0 commit comments

Comments
 (0)