Skip to content

Commit

Permalink
0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
lihaoyi-databricks committed Mar 11, 2021
1 parent 7d67910 commit 496d3e2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sc
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import mill._, scalalib._, publish._, scalajslib._, scalanativelib._, scalanativelib.api._
val sjsonnetVersion = "0.3.0"
val sjsonnetVersion = "0.3.1"

object sjsonnet extends Cross[SjsonnetModule]("2.12.13", "2.13.4")
class SjsonnetModule(val crossScalaVersion: String) extends Module {
Expand Down Expand Up @@ -37,7 +37,7 @@ class SjsonnetModule(val crossScalaVersion: String) extends Module {
}
def pomSettings = PomSettings(
description = artifactName(),
organization = "com.lihaoyi",
organization = "com.databricks",
url = "https://github.com/lihaoyi/sjsonnet",
licenses = Seq(License.MIT),
versionControl = VersionControl.github("lihaoyi", "sjsonnet"),
Expand Down

0 comments on commit 496d3e2

Please sign in to comment.