Skip to content

Commit

Permalink
fix xxx in zzz in (a,b)
Browse files Browse the repository at this point in the history
  • Loading branch information
jtjeferreira committed Oct 10, 2024
1 parent c054fd9 commit 7732d4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sbt-test/docker/jdk-versions/build.sbt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
val basename = "jdk-versions"

(Compile / compile / scalacOptions in ThisBuild)(ThisBuild / scalacOptions) := Seq("-target:jvm-1.8")
ThisBuild / Compile / compile / scalacOptions := Seq("-target:jvm-1.8")

lazy val `jdk8` = project
.in(file("jdk8"))
Expand Down

0 comments on commit 7732d4d

Please sign in to comment.