Skip to content

Commit

Permalink
Adds cross to microsite
Browse files Browse the repository at this point in the history
  • Loading branch information
fedefernandez committed Jan 30, 2023
1 parent b915d0f commit dd9d985
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 @@ -54,7 +54,7 @@ lazy val microsite = project
.dependsOn(allModules: _*)
.settings(
scalaVersion := dependencies.scala3,
crossScalaVersions := Seq()
crossScalaVersions := Seq(dependencies.scala3)
)

//////////////////////
Expand Down

0 comments on commit dd9d985

Please sign in to comment.