File tree Expand file tree Collapse file tree 5 files changed +3
-4
lines changed
Expand file tree Collapse file tree 5 files changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -18,3 +18,4 @@ metals.sbt
1818node_modules /
1919package-lock.json
2020target
21+ .direnv /
Original file line number Diff line number Diff line change @@ -3,7 +3,6 @@ ThisBuild / homepage := Some(url("https://github.com/japgolly/scalajs-react
33ThisBuild / licenses := (" Apache-2.0" , url(" http://opensource.org/licenses/Apache-2.0" )) :: Nil
44ThisBuild / shellPrompt := ((s : State ) => Project .extract(s).currentRef.project + " > " )
55ThisBuild / versionScheme := Some (" early-semver" )
6- sonatypeProfileName := " com.github.japgolly"
76
87val callback = ScalaJsReact .callback
98val callbackExtCats = ScalaJsReact .callbackExtCats
Original file line number Diff line number Diff line change @@ -5,7 +5,6 @@ import com.jsuereth.sbtpgp.PgpKeys._
55import org .scalajs .jsenv .jsdomnodejs .JSDOMNodeJSEnv
66import org .scalajs .sbtplugin .ScalaJSPlugin
77import org .scalajs .sbtplugin .ScalaJSPlugin .autoImport ._
8- import xerial .sbt .Sonatype .autoImport ._
98import Dependencies ._
109
1110object Lib {
Original file line number Diff line number Diff line change 1- sbt.version =1.10.1
1+ sbt.version =1.11.5
Original file line number Diff line number Diff line change @@ -3,6 +3,6 @@ libraryDependencies ++= Seq(
33 " org.scala-js" %% " scalajs-env-selenium" % " 1.1.1" )
44
55addSbtPlugin(" ch.epfl.scala" % " sbt-scalafix" % " 0.12.1" )
6- addSbtPlugin(" com.github.sbt" % " sbt-ci-release" % " 1.5.12 " )
6+ addSbtPlugin(" com.github.sbt" % " sbt-ci-release" % " 1.11.2 " )
77addSbtPlugin(" org.scala-js" % " sbt-jsdependencies" % " 1.0.2" )
88addSbtPlugin(" org.scala-js" % " sbt-scalajs" % " 1.16.0" )
You can’t perform that action at this time.
0 commit comments