Skip to content

Commit d1f7022

Browse files
committed
Ref to serializable directly, revert some settings back
1 parent e73be0a commit d1f7022

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

build.sbt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ lazy val commonSettings = Seq(
2424
"-feature",
2525
"-target:jvm-1.8"
2626
),
27-
javacOptions ++= Seq("-source", "1.8", "-target", "1.8"),
2827
shellPrompt := { s => Project.extract(s).currentProject.id + " > " },
2928
Test / publishArtifact := false,
3029
developers := List(

core-scala/src/main/scala/io/pdal/pipeline/package.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@
1616

1717
package io.pdal
1818

19-
package object pipeline extends json.Implicits with syntax.Implicits with Serializable
19+
package object pipeline extends json.Implicits with syntax.Implicits with java.io.Serializable

0 commit comments

Comments
 (0)