Skip to content

Commit 53f5a71

Browse files
authored
Merge pull request #199 from theiterators/fix-build-sbt
fix build sbt compilation
2 parents 695a894 + 5ce2509 commit 53f5a71

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

+1-1
Original file line numberDiff line numberDiff line change
@@ -399,7 +399,7 @@ lazy val opaque = project
399399
name := "opaque",
400400
description := "Representation of opaque types",
401401
moduleName := "kebs-opaque",
402-
crossScalaVersions := Seq(scala_3)
402+
crossScalaVersions := Seq(scala_30)
403403
)
404404

405405
lazy val taggedMeta = project

0 commit comments

Comments
 (0)