Skip to content

Commit

Permalink
build: fix scalac target option
Browse files Browse the repository at this point in the history
  • Loading branch information
ahjohannessen committed Jan 11, 2021
1 parent 2ea3f11 commit bbc7f29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ inThisBuild(
List(
scalaVersion := crossScalaVersions.value.last,
crossScalaVersions := Seq(Scala3, Scala2),
scalacOptions ++= Seq("target:8"),
scalacOptions ++= Seq("--target:8"),
javacOptions ++= Seq("-target", "8", "-source", "8"),
organization := "io.github.ahjohannessen",
organizationName := "Scala EventStoreDB Client",
Expand Down

0 comments on commit bbc7f29

Please sign in to comment.