Skip to content

Commit

Permalink
Merge ba3a13d into c64662f
Browse files Browse the repository at this point in the history
  • Loading branch information
marcus-nl committed Jul 20, 2019
2 parents c64662f + ba3a13d commit 53acdd3
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions build.sbt
Expand Up @@ -4,15 +4,14 @@ organization := "com.github.andyglow"

scalaVersion := "2.11.12"

crossScalaVersions := Seq("2.11.12", "2.12.4")
crossScalaVersions := Seq("2.11.12", "2.12.4", "2.13.0")

scalacOptions ++= Seq(
"-encoding", "UTF-8",
"-feature",
"-unchecked",
"-deprecation",
"-Xlint",
"-Yno-adapted-args",
"-Ywarn-dead-code",
"-Ywarn-numeric-widen",
"-Xfuture")
Expand Down Expand Up @@ -56,6 +55,6 @@ pomExtra :=
</developers>

libraryDependencies ++= Seq(
"org.scala-lang.modules" %% "scala-xml" % "1.0.6",
"org.scalatest" %% "scalatest" % "3.0.5" % "provided"
"org.scala-lang.modules" %% "scala-xml" % "1.2.0",
"org.scalatest" %% "scalatest" % "3.0.8" % "provided"
)

0 comments on commit 53acdd3

Please sign in to comment.