Skip to content

Commit

Permalink
Update build.sbt
Browse files Browse the repository at this point in the history
  • Loading branch information
nickhudkins committed Oct 22, 2020
1 parent ff92cff commit 671d3a0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ licenses := Seq("Apache License, ASL Version 2.0" -> url("http://www.apache.org/
scalaVersion := "2.13.1"
crossScalaVersions := Seq("2.12.10", scalaVersion.value)

scalacOptions += "-target:jvm-1.8"
javacOptions ++= Seq("-source", "8", "-target", "8")

scalacOptions ++= Seq("-deprecation", "-feature")

libraryDependencies ++= Seq(
Expand Down

0 comments on commit 671d3a0

Please sign in to comment.