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
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,4 @@ metals.sbt
node_modules/
package-lock.json
target
.direnv/
1 change: 0 additions & 1 deletion library/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ ThisBuild / homepage := Some(url("https://github.com/japgolly/scalajs-react
ThisBuild / licenses := ("Apache-2.0", url("http://opensource.org/licenses/Apache-2.0")) :: Nil
ThisBuild / shellPrompt := ((s: State) => Project.extract(s).currentRef.project + "> ")
ThisBuild / versionScheme := Some("early-semver")
sonatypeProfileName := "com.github.japgolly"

val callback = ScalaJsReact.callback
val callbackExtCats = ScalaJsReact.callbackExtCats
Expand Down
1 change: 0 additions & 1 deletion library/project/Lib.scala
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ import com.jsuereth.sbtpgp.PgpKeys._
import org.scalajs.jsenv.jsdomnodejs.JSDOMNodeJSEnv
import org.scalajs.sbtplugin.ScalaJSPlugin
import org.scalajs.sbtplugin.ScalaJSPlugin.autoImport._
import xerial.sbt.Sonatype.autoImport._
import Dependencies._

object Lib {
Expand Down
2 changes: 1 addition & 1 deletion library/project/build.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
sbt.version=1.10.1
sbt.version=1.11.5
2 changes: 1 addition & 1 deletion library/project/plugins.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ libraryDependencies ++= Seq(
"org.scala-js" %% "scalajs-env-selenium" % "1.1.1")

addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.12.1")
addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.5.12")
addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.11.2")
addSbtPlugin("org.scala-js" % "sbt-jsdependencies" % "1.0.2")
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.16.0")
Loading