Skip to content

Commit

Permalink
Merge pull request #294 from nafg/update/scalajs-react-2.1.2
Browse files Browse the repository at this point in the history
Update scalajs-react:core to 2.1.2
  • Loading branch information
mergify[bot] authored Jul 11, 2024
2 parents e869037 + aa4434c commit 1488932
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ def latestIn(pkg: String, versionMajor: Int) =
npmView(s"$pkg@$versionMajor", "version")(_.last match { case npmViewVersionRegex(v) => v })

def scalaJsReactSettings(config: CssDslConfig) = Seq(
libraryDependencies += "com.github.japgolly.scalajs-react" %%% "core" % "2.1.1",
libraryDependencies += "com.github.japgolly.scalajs-react" %%% "core" % "2.1.2",
cssVariant := TargetImpl.ScalaJsReact,
cssDslConfig := config
)
Expand Down

0 comments on commit 1488932

Please sign in to comment.