Skip to content

Commit

Permalink
use dhall version
Browse files Browse the repository at this point in the history
  • Loading branch information
jcouyang committed Mar 4, 2021
1 parent 398f3fe commit a4ee64a
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 @@ -31,7 +31,6 @@ inScope(Scope.GlobalScope)(
pgpSecretRing := file(".") / ".gnupg" / "secring.asc",
releaseEarlyWith := SonatypePublisher,
scalaVersion := scala3,
version := s"${dhall.load.version}.${envOrElse("GITHUB_RUN_NUMBER", "dev")}",
organization := "us.oyanglul",
organizationName := "blog.oyanglul.us"
)
Expand All @@ -40,6 +39,7 @@ inScope(Scope.GlobalScope)(
lazy val root = (project in file("."))
.settings(
name := "Dhall Generic",
version := s"${dhall.load.version}.${envOrElse("GITHUB_RUN_NUMBER", "dev")}",
crossScalaVersions := supportedScalaVersions,
// scalacOptions += "-Xlog-implicits",
libraryDependencies ++= dhall.load.modules.map { case Module(o, n, v) =>
Expand Down

0 comments on commit a4ee64a

Please sign in to comment.