We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f1153f7 commit c233ebbCopy full SHA for c233ebb
2 files changed
build.sbt
@@ -38,7 +38,7 @@ developers += Developer(
38
39
libraryDependencies ++= Seq(
40
"org.apache.maven.plugins" % "maven-plugin-plugin" % "3.15.2",
41
- "org.apache.maven" % "maven-core" % "3.9.13",
+ "org.apache.maven" % "maven-core" % "3.9.14",
42
"junit" % "junit" % "4.13.2" % Test
43
)
44
project/build.properties
@@ -1,3 +1,3 @@
1
# Copyright (C) from 2023 The sbt contributors <https://github.com/sbt>
2
3
-sbt.version=1.12.5
+sbt.version=1.12.9
0 commit comments