Skip to content

Commit

Permalink
Merge pull request #199 from theiterators/fix-build-sbt
Browse files Browse the repository at this point in the history
fix build sbt compilation
  • Loading branch information
pk044 committed Feb 16, 2022
2 parents 695a894 + 5ce2509 commit 53f5a71
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 53f5a71

Please sign in to comment.