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 <[email protected]>
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: [email protected]
For additional commands, e-mail: [email protected]