Skip to content

Commit

Permalink
Mostly done initial development of Expr HKDGeneric
Browse files Browse the repository at this point in the history
  • Loading branch information
Katrix committed Mar 2, 2024
1 parent d7d6844 commit 69db77d
Show file tree
Hide file tree
Showing 4 changed files with 620 additions and 45 deletions.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ lazy val commonScala2Settings = Seq(
)

lazy val commonDottySettings = Seq(
scalaVersion := "3.3.1",
scalaVersion := "3.3.3",
moduleName := {
val old = moduleName.value
if (old == "perspective") old
Expand Down
Loading

0 comments on commit 69db77d

Please sign in to comment.