Skip to content

Commit

Permalink
Merge pull request #442 from sjrd/upgrades
Browse files Browse the repository at this point in the history
Upgrades.
  • Loading branch information
sjrd authored Jul 23, 2024
2 parents bd0a72c + dbc1437 commit 59811cb
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import org.scalajs.jsenv.nodejs.NodeJSEnv

val usedScalaCompiler = "3.4.0"
val usedTastyRelease = usedScalaCompiler
val scala2Version = "2.13.12"
val scala2Version = "2.13.14"

val SourceDeps = config("sourcedeps").hide

Expand Down Expand Up @@ -37,7 +37,7 @@ inThisBuild(Def.settings(
Developer("sjrd", "Sébastien Doeraene", "[email protected]", url("https://github.com/sjrd/")),
Developer("bishabosha", "Jamie Thompson", "[email protected]", url("https://github.com/bishabosha")),
),
versionPolicyIntention := Compatibility.BinaryAndSourceCompatible,
versionPolicyIntention := Compatibility.BinaryCompatible,
// Ignore dependencies to internal modules whose version is like `1.2.3+4...` (see https://github.com/scalacenter/sbt-version-policy#how-to-integrate-with-sbt-dynver)
versionPolicyIgnoredInternalDependencyVersions := Some("^\\d+\\.\\d+\\.\\d+\\+\\d+".r)
))
Expand Down Expand Up @@ -91,7 +91,7 @@ lazy val tastyQuery =
.settings(strictCompileSettings)
.settings(name := "tasty-query")
.settings(
libraryDependencies += "org.scalameta" %%% "munit" % "0.7.29" % Test,
libraryDependencies += "org.scalameta" %%% "munit" % "1.0.0" % Test,
testFrameworks += new TestFramework("munit.Framework")
)
.settings(
Expand Down
2 changes: 1 addition & 1 deletion project/build.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
sbt.version=1.9.6
sbt.version=1.10.1
4 changes: 2 additions & 2 deletions project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.13.1")
addSbtPlugin("org.portable-scala" % "sbt-scalajs-crossproject" % "1.1.0")
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.16.0")
addSbtPlugin("org.portable-scala" % "sbt-scalajs-crossproject" % "1.3.2")
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.4.4")

addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.5.10")
Expand Down

0 comments on commit 59811cb

Please sign in to comment.