Skip to content

Commit

Permalink
Enable building for Scala 2.13
Browse files Browse the repository at this point in the history
  • Loading branch information
farmdawgnation committed Dec 13, 2020
1 parent 2222408 commit e0ca8da
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.sbt
Expand Up @@ -105,6 +105,7 @@ lazy val json_scalaz7 =
description := "JSON Library based on Scalaz 7",
libraryDependencies ++= Seq(scalaz7)
)
.settings(crossScalaVersions := crossUpTo213)

lazy val json_ext =
coreProject("json-ext")
Expand Down

0 comments on commit e0ca8da

Please sign in to comment.