Skip to content

Commit

Permalink
Build: Fix feature warnings in Scala 2.12
Browse files Browse the repository at this point in the history
  • Loading branch information
raquo committed Nov 25, 2023
1 parent b9b17e5 commit 002ddba
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,8 @@ lazy val laminar = project.in(file("."))

scalacOptions ++= Seq(
"-feature",
"-language:implicitConversions"
"-language:implicitConversions",
"-language:higherKinds"
),

scalacOptions ~= { options: Seq[String] =>
Expand Down

0 comments on commit 002ddba

Please sign in to comment.