You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pekko.apache.org by md...@apache.org on 2023/03/24 19:21:34 UTC

[incubator-pekko-persistence-jdbc] branch main updated: Replace target scalac arg with release

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

mdedetrich pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-pekko-persistence-jdbc.git


The following commit(s) were added to refs/heads/main by this push:
     new a9c1fed  Replace target scalac arg with release
a9c1fed is described below

commit a9c1fed13ae0c74e1312c7adaa9eba60ab9c6c7d
Author: Matthew de Detrich <ma...@aiven.io>
AuthorDate: Fri Mar 24 20:02:01 2023 +0100

    Replace target scalac arg with release
---
 project/ProjectAutoPlugin.scala | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/project/ProjectAutoPlugin.scala b/project/ProjectAutoPlugin.scala
index 66a71ec..f062d8c 100644
--- a/project/ProjectAutoPlugin.scala
+++ b/project/ProjectAutoPlugin.scala
@@ -50,7 +50,7 @@ object ProjectAutoPlugin extends AutoPlugin {
       "-Xlog-reflective-calls",
       "-language:higherKinds",
       "-language:implicitConversions",
-      "-target:jvm-1.8"),
+      "-release:8"),
     Compile / scalacOptions ++= (CrossVersion.partialVersion(scalaVersion.value) match {
       case Some((2, 13)) =>
         disciplineScalacOptions -- Set(


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@pekko.apache.org
For additional commands, e-mail: commits-help@pekko.apache.org