Skip to content
Merged
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
val sjsonnetVersion = "0.5.0"

val scala213 = "2.13.16"
val scala3 = "3.3.5"
val scala3 = "3.3.6"

cancelable in Global := true

Expand Down
4 changes: 2 additions & 2 deletions build.sc
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import java.util.Base64

val sjsonnetVersion = "0.5.0"

val scalaVersions = Seq("2.12.20", "2.13.16", "3.3.5")
val scalaVersions = Seq("2.12.20", "2.13.16", "3.3.6")
val stackSize = "100m"
val stackSizekBytes = 100 * 1024

Expand Down Expand Up @@ -227,4 +227,4 @@ object sjsonnet extends Module {
def scalacOptions = SjsonnnetJvmModule.this.scalacOptions
}
}
}
}
2 changes: 1 addition & 1 deletion build_assets.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ set -euo pipefail
# TODO: move that into mill.

VERSION="0.5.0"
SCALA_VERSION="3.3.5"
SCALA_VERSION="3.3.6"
OS=$(uname -s)
ARCH=$(uname -m)
TMPDIR=$(mktemp -d)
Expand Down