Skip to content

Commit

Permalink
fix build sbt compilation
Browse files Browse the repository at this point in the history
  • Loading branch information
pk044 committed Feb 16, 2022
1 parent 695a894 commit 5ce2509
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 @@ -399,7 +399,7 @@ lazy val opaque = project
name := "opaque",
description := "Representation of opaque types",
moduleName := "kebs-opaque",
crossScalaVersions := Seq(scala_3)
crossScalaVersions := Seq(scala_30)
)

lazy val taggedMeta = project
Expand Down

0 comments on commit 5ce2509

Please sign in to comment.