This is an automated email from the ASF dual-hosted git repository.

fanningpj pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/pekko-projection.git


The following commit(s) were added to refs/heads/main by this push:
     new 755e553  fix: fix scala-steward configuration (#177)
755e553 is described below

commit 755e553290d62931b88f9d3ea6d6d4a28dc2edb3
Author: Arnout Engelen <[email protected]>
AuthorDate: Mon Jun 24 12:59:42 2024 +0200

    fix: fix scala-steward configuration (#177)
---
 .scala-steward.conf | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.scala-steward.conf b/.scala-steward.conf
index e3a2d81..b37e331 100644
--- a/.scala-steward.conf
+++ b/.scala-steward.conf
@@ -5,7 +5,7 @@ updates.pin = [
   # Pin logback to v1.3.x because v1.4.x needs JDK11
   { groupId = "ch.qos.logback", version="1.3." }
   # Pin hibernate to v5.x because v6.x needs JDK11
-  { groupId = "org.hibernate" version="5." }
+  { groupId = "org.hibernate", version="5." }
   # use mssql-jdbc Java 8 artifacts
   { groupId = "com.microsoft.sqlserver", version = { contains = "jre8" } }
 


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to