Skip to content

Commit

Permalink
build: ensure that class file version is java8
Browse files Browse the repository at this point in the history
  • Loading branch information
ahjohannessen committed Aug 30, 2020
1 parent bb005f1 commit 78c10a8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,8 @@ val devScalacOptions = { options: Seq[String] =>
inThisBuild(
List(
scalaVersion := "2.13.3",
scalacOptions ++= Seq("-target:jvm-1.8"),
javacOptions ++= Seq("-target", "8", "-source", "8"),
organization := "io.github.ahjohannessen",
organizationName := "Scala EventStoreDB Client",
developers := List(
Expand Down

0 comments on commit 78c10a8

Please sign in to comment.