Skip to content

Commit

Permalink
Update scalajs-react:core to 1.7.0 (#365)
Browse files Browse the repository at this point in the history
* Update scalajs-react:core to 1.7.0

* Test Scala.js React interop on 1.0.0

* Enable publish for Scala.js React interop on 1.0.0

Co-authored-by: Shadaj Laddad <shadaj@users.noreply.github.com>
  • Loading branch information
scala-steward and shadaj committed May 19, 2020
1 parent 4c46bd1 commit 2ea7cd9
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
1 change: 0 additions & 1 deletion .github/workflows/sbt.yml
Expand Up @@ -38,7 +38,6 @@ jobs:
ES2015_ENABLED: ${{ matrix.es2015_enabled }}
shell: bash
- name: Test Scala.js React Interop (fastopt + fullopt)
if: matrix.scalajs == '0.6.33'
run: sbt scalajsReactInterop/test "set scalaJSStage in Global := FullOptStage" scalajsReactInterop/test
env:
SCALAJS_VERSION: ${{ matrix.scalajs }}
Expand Down
3 changes: 1 addition & 2 deletions build.sbt
Expand Up @@ -175,8 +175,7 @@ val scalaJSVersion =
lazy val scalajsReactInterop = project
.settings(
macroAnnotationSettings,
librarySettings,
publish / skip := scalaJSVersion != "0.6.33"
librarySettings
)
.dependsOn(core, web % Test)

Expand Down
2 changes: 1 addition & 1 deletion scalajsReactInterop/build.sbt
Expand Up @@ -2,7 +2,7 @@ enablePlugins(ScalaJSBundlerPlugin)

name := "slinky-scalajsreact-interop"

libraryDependencies += "com.github.japgolly.scalajs-react" %%% "core" % "1.6.0"
libraryDependencies += "com.github.japgolly.scalajs-react" %%% "core" % "1.7.0"

libraryDependencies += "org.scalatest" %%% "scalatest" % "3.1.2" % Test

Expand Down

0 comments on commit 2ea7cd9

Please sign in to comment.