-
Notifications
You must be signed in to change notification settings - Fork 77
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #906 from typelevel/update/sbt-typelevel-0.6.1
Update sbt-typelevel, ... to 0.6.1
- Loading branch information
Showing
3 changed files
with
89 additions
and
84 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,7 +8,7 @@ val scala30Version = "3.3.0" | |
|
||
val collectionCompatVersion = "2.11.0" | ||
|
||
val catsVersion = "2.9.0" | ||
val catsVersion = "2.10.0" | ||
val catsEffectVersion = "3.5.1" | ||
val fs2Version = "3.6.1" | ||
|
||
|
@@ -407,7 +407,7 @@ lazy val docs = project | |
.enablePlugins(MdocPlugin) | ||
.settings( | ||
scalacOptions := Nil, | ||
git.remoteRepo := "[email protected]:tpolecat/natchez.git", | ||
git.remoteRepo := "[email protected]:typelevel/natchez.git", | ||
ghpagesNoJekyll := true, | ||
publish / skip := true, | ||
paradoxTheme := Some(builtinParadoxTheme("generic")), | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,16 @@ | ||
addSbtPlugin("org.typelevel" % "sbt-typelevel" % "0.4.22") | ||
addSbtPlugin("org.typelevel" % "sbt-typelevel-mergify" % "0.4.22") | ||
addSbtPlugin("com.lightbend.paradox" % "sbt-paradox" % "0.10.3") | ||
addSbtPlugin("com.typesafe.sbt" % "sbt-site" % "1.4.1") | ||
addSbtPlugin("com.typesafe.sbt" % "sbt-ghpages" % "0.6.3") | ||
// https://github.com/sbt/sbt/issues/6997 | ||
ThisBuild / libraryDependencySchemes ++= Seq( | ||
"org.scala-lang.modules" %% "scala-xml" % VersionScheme.Always | ||
) | ||
|
||
addSbtPlugin("org.typelevel" % "sbt-typelevel" % "0.6.1") | ||
addSbtPlugin("org.typelevel" % "sbt-typelevel-mergify" % "0.6.1") | ||
addSbtPlugin("com.lightbend.paradox" % "sbt-paradox" % "0.10.5") | ||
addSbtPlugin("com.github.sbt" % "sbt-site" % "1.5.0") | ||
addSbtPlugin("com.github.sbt" % "sbt-site-paradox" % "1.5.0") | ||
addSbtPlugin("com.github.sbt" % "sbt-ghpages" % "0.8.0") | ||
addSbtPlugin("com.timushev.sbt" % "sbt-updates" % "0.6.4") | ||
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.13.2") | ||
addSbtPlugin("org.scala-native" % "sbt-scala-native" % "0.4.14") | ||
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.14.0") | ||
addSbtPlugin("org.scala-native" % "sbt-scala-native" % "0.4.16") | ||
addSbtPlugin("org.portable-scala" % "sbt-scala-native-crossproject" % "1.3.1") | ||
addSbtPlugin("org.scalameta" % "sbt-mdoc" % "2.3.7") | ||
addSbtPlugin("org.scalameta" % "sbt-mdoc" % "2.3.8") |