This is an automated email from the ASF dual-hosted git repository.
engelen pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/pekko-persistence-jdbc.git
The following commit(s) were added to refs/heads/main by this push:
new cafc1e9 Sbt 1.10.2 (#232)
cafc1e9 is described below
commit cafc1e915bd1f7fb6da961ea48443496af2ebb4e
Author: PJ Fanning <[email protected]>
AuthorDate: Tue Sep 24 15:45:42 2024 +0100
Sbt 1.10.2 (#232)
* sbt 1.10.2
* Update build.properties
---
project/build.properties | 4 +++-
project/plugins.sbt | 2 +-
2 files changed, 4 insertions(+), 2 deletions(-)
diff --git a/project/build.properties b/project/build.properties
index bdf7037..549d44f 100644
--- a/project/build.properties
+++ b/project/build.properties
@@ -13,4 +13,6 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
-sbt.version=1.10.1
+
+sbt.version=1.10.2
+
diff --git a/project/plugins.sbt b/project/plugins.sbt
index c43e462..b942e56 100644
--- a/project/plugins.sbt
+++ b/project/plugins.sbt
@@ -16,7 +16,7 @@ addSbtPlugin("com.lightbend.sbt" % "sbt-java-formatter" %
"0.8.0")
// release
addSbtPlugin("com.github.sbt" % "sbt-dynver" % "5.0.1")
addSbtPlugin("net.bzzt" % "sbt-reproducible-builds" % "0.32")
-addSbtPlugin("com.github.pjfanning" % "sbt-pekko-build" % "0.3.4")
+addSbtPlugin("com.github.pjfanning" % "sbt-pekko-build" % "0.4.0")
addSbtPlugin("com.github.pjfanning" % "sbt-source-dist" % "0.1.12")
// docs
addSbtPlugin(("com.github.sbt" % "sbt-site-paradox" % "1.7.0").excludeAll(
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]