Skip to content

Commit

Permalink
add new target
Browse files Browse the repository at this point in the history
  • Loading branch information
anthony2025 committed Jul 27, 2021
1 parent f3ffd3e commit cb1c314
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 @@ -68,7 +68,7 @@ val kindProjectorV = "0.13.0"
// General Settings
lazy val commonSettings = Seq(
scalaVersion := "2.13.6",
crossScalaVersions := Seq(scalaVersion.value, "2.12.14"),
crossScalaVersions := Seq(scalaVersion.value, "3.0.0", "2.12.14"),

addCompilerPlugin("org.typelevel" % "kind-projector" % kindProjectorV cross CrossVersion.full),
libraryDependencies ++= Seq(
Expand Down

0 comments on commit cb1c314

Please sign in to comment.