Skip to content

Commit

Permalink
higherKinds compiler option for scala 2.12
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewgee committed Jan 26, 2024
1 parent bf125c3 commit 74456c3
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 @@ -50,7 +50,7 @@ lazy val kernelSettings = Seq(
crossScalaVersions := Seq(scala212, scala213),
scalaVersion := scala213,
organization := "com.itv",
scalacOptions ++= Seq("-feature", "-deprecation", "-Xfatal-warnings"),
scalacOptions ++= Seq("-feature", "-deprecation", "-Xfatal-warnings", "-language:higherKinds"),
publishTo := {
val nexus = "https://oss.sonatype.org/"
if (isSnapshot.value)
Expand Down

0 comments on commit 74456c3

Please sign in to comment.