Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions build.mill
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ object sjsonnet extends VersionFileModule {
object js extends Cross[SjsonnetJsModule](scalaVersions)
trait SjsonnetJsModule extends SjsonnetCrossModule with ScalaJSModule with SjsonnetPublishModule {
def moduleDir = super.moduleDir / os.up
def scalaJSVersion = "1.20.1"
def scalaJSVersion = "1.20.2"
def moduleKind = Task { ModuleKind.CommonJSModule }
val sourceDirs = Seq(
"src",
Expand Down Expand Up @@ -236,7 +236,7 @@ object sjsonnet extends VersionFileModule {
with SjsonnetPublishModule
with SjsonnetJvmNative {
def moduleDir = super.moduleDir / os.up
def scalaNativeVersion = "0.5.9"
def scalaNativeVersion = "0.5.10"
val sourceDirs = Seq(
"src",
"src-native",
Expand Down
Loading