Skip to content

Commit

Permalink
Build updates
Browse files Browse the repository at this point in the history
  • Loading branch information
durban committed May 16, 2024
1 parent fc44137 commit cf3f3db
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -715,9 +715,9 @@ lazy val dependencies = new {
val catsMtlVersion = "1.4.0" // https://github.com/typelevel/cats-mtl
val catsCollectionsVersion = "0.9.8" // https://github.com/typelevel/cats-collections
val fs2Version = "3.10.2" // https://github.com/typelevel/fs2
val scalacheckEffectVersion = "2.0.0-M2"
val jcstressVersion = "0.16"
val jmhVersion = "1.37"
val scalacheckEffectVersion = "2.0.0-M2" // https://github.com/typelevel/scalacheck-effect
val jcstressVersion = "0.16" // https://github.com/openjdk/jcstress
val jmhVersion = "1.37" // https://github.com/openjdk/jmh
val jolVersion = "0.17" // https://github.com/openjdk/jol
val scalaJsLocaleVersion = "1.5.1"

Expand Down
4 changes: 2 additions & 2 deletions project/plugins.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ addSbtPlugin("pl.project13.scala" % "sbt-jmh" % "0.4.7") // https://github.com/s
addSbtPlugin("pl.project13.scala" % "sbt-jcstress" % "0.2.0")
addSbtPlugin("pl.project13.sbt" % "sbt-jol" % "0.1.4")
addSbtPlugin("io.crashbox" % "sbt-gpg" % "0.2.1") // https://github.com/jodersky/sbt-gpg
addSbtPlugin("ch.epfl.scala" % "sbt-version-policy" % "3.2.0")
addSbtPlugin("ch.epfl.scala" % "sbt-version-policy" % "3.2.1") // https://github.com/scalacenter/sbt-version-policy
addSbtPlugin("org.typelevel" % "sbt-typelevel-no-publish" % sbtTypelevelVersion)
addSbtPlugin("org.typelevel" % "sbt-typelevel-versioning" % sbtTypelevelVersion)
addSbtPlugin("org.typelevel" % "sbt-typelevel-settings" % sbtTypelevelVersion)
Expand All @@ -38,4 +38,4 @@ addSbtPlugin("net.bzzt" % "sbt-strict-scala-versions" % "0.0.1") // https://gith
addSbtPlugin("com.github.sbt" % "sbt-native-packager" % "1.10.0") // https://github.com/sbt/sbt-native-packager

ThisBuild / semanticdbEnabled := true
ThisBuild / semanticdbVersion := "4.9.3" // https://github.com/scalameta/scalameta
ThisBuild / semanticdbVersion := "4.9.4" // https://github.com/scalameta/scalameta

0 comments on commit cf3f3db

Please sign in to comment.