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
18
18
node_modules /
19
19
package-lock.json
20
20
target
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
3
3
ThisBuild / licenses := (" Apache-2.0" , url(" http://opensource.org/licenses/Apache-2.0" )) :: Nil
4
4
ThisBuild / shellPrompt := ((s : State ) => Project .extract(s).currentRef.project + " > " )
5
5
ThisBuild / versionScheme := Some (" early-semver" )
6
- sonatypeProfileName := " com.github.japgolly"
7
6
8
7
val callback = ScalaJsReact .callback
9
8
val callbackExtCats = ScalaJsReact .callbackExtCats
Original file line number Diff line number Diff line change @@ -5,7 +5,6 @@ import com.jsuereth.sbtpgp.PgpKeys._
5
5
import org .scalajs .jsenv .jsdomnodejs .JSDOMNodeJSEnv
6
6
import org .scalajs .sbtplugin .ScalaJSPlugin
7
7
import org .scalajs .sbtplugin .ScalaJSPlugin .autoImport ._
8
- import xerial .sbt .Sonatype .autoImport ._
9
8
import Dependencies ._
10
9
11
10
object 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(
3
3
" org.scala-js" %% " scalajs-env-selenium" % " 1.1.1" )
4
4
5
5
addSbtPlugin(" 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 " )
7
7
addSbtPlugin(" org.scala-js" % " sbt-jsdependencies" % " 1.0.2" )
8
8
addSbtPlugin(" org.scala-js" % " sbt-scalajs" % " 1.16.0" )
You can’t perform that action at this time.
0 commit comments