Skip to content

Commit

Permalink
Build updates [stressLinchk]
Browse files Browse the repository at this point in the history
  • Loading branch information
durban committed Sep 13, 2024
1 parent a94f5b5 commit 4c88afe
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ ThisBuild / semanticdbVersion := scalafixSemanticdb.revision
ThisBuild / tlBaseVersion := "0.4"
ThisBuild / tlUntaggedAreSnapshots := false // => we get versions like 0.4-39d987a
ThisBuild / tlJdkRelease := Some(11)
ThisBuild / tlSonatypeUseLegacyHost := true
ThisBuild / sonatypeCredentialHost := xerial.sbt.Sonatype.sonatypeLegacy

// When checking version policy, ignore dependencies to internal modules whose version is like `1.2.3+4...`:
ThisBuild / versionPolicyIgnoredInternalDependencyVersions := Some("^\\d+\\.\\d+\\.\\d+\\-.*-SNAPSHOT".r)
Expand Down
6 changes: 3 additions & 3 deletions project/plugins.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
* limitations under the License.
*/

val sbtTypelevelVersion = "0.7.2" // https://github.com/typelevel/sbt-typelevel
val sbtTypelevelVersion = "0.7.3" // https://github.com/typelevel/sbt-typelevel

addSbtPlugin("pl.project13.scala" % "sbt-jmh" % "0.4.7") // https://github.com/sbt/sbt-jmh
addSbtPlugin("pl.project13.scala" % "sbt-jcstress" % "0.2.0")
Expand All @@ -35,7 +35,7 @@ addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.12.1") // https://github.com/
addSbtPlugin("org.portable-scala" % "sbt-scalajs-crossproject" % "1.3.2") // https://github.com/portable-scala/sbt-crossproject
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.16.0") // https://www.scala-js.org/
addSbtPlugin("net.bzzt" % "sbt-strict-scala-versions" % "0.0.1") // https://github.com/raboof/sbt-strict-scala-versions
addSbtPlugin("com.github.sbt" % "sbt-native-packager" % "1.10.0") // https://github.com/sbt/sbt-native-packager
addSbtPlugin("com.github.sbt" % "sbt-native-packager" % "1.10.4") // https://github.com/sbt/sbt-native-packager

ThisBuild / semanticdbEnabled := true
ThisBuild / semanticdbVersion := "4.9.8" // https://github.com/scalameta/scalameta
ThisBuild / semanticdbVersion := "4.9.9" // https://github.com/scalameta/scalameta

0 comments on commit 4c88afe

Please sign in to comment.