We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d34f0c7 commit 3a3ce71Copy full SHA for 3a3ce71
2 files changed
build.sbt
@@ -1,7 +1,8 @@
1
lazy val buildSettings = Seq(
2
organization := "com.github.benfradet",
3
version := "0.4.0-SNAPSHOT",
4
- scalaVersion := "2.11.12"
+ scalaVersion := "2.12.7",
5
+ crossScalaVersions := Seq("2.11.12", "2.12.7")
6
)
7
8
lazy val compilerOptions = Seq(
core/src/test/scala/ste/StructTypeSelectorSpec.scala
@@ -21,10 +21,8 @@
21
22
package ste
23
24
-import org.apache.spark.sql.types._
25
import org.apache.spark.sql.SparkSession
26
import org.scalatest.{ FlatSpec, Matchers }
27
-import ste._
28
import StructTypeEncoder._
29
import StructTypeSelector._
30
0 commit comments