Skip to content

Commit

Permalink
Update build.sbt
Browse files Browse the repository at this point in the history
  • Loading branch information
xuwei-k authored Jan 13, 2025
1 parent 0ff8922 commit acd6a82
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions src/sbt-test/native/basic/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,11 @@ scalapropsVersion := System.getProperty("scalaprops.version")

crossScalaVersions := Seq("2.12.20", "2.13.15", "3.3.4")

scalacOptions ++= (
"-deprecation" ::
"-unchecked" ::
"-Xlint" ::
"-language:existentials" ::
"-language:higherKinds" ::
"-language:implicitConversions" ::
Nil
scalacOptions ++= Seq(
"-deprecation",
"-unchecked",
"-Xlint",
"-language:existentials",
"-language:higherKinds",
"-language:implicitConversions",
)

0 comments on commit acd6a82

Please sign in to comment.