Skip to content

Commit

Permalink
Merge branch 'master' into update/scalafmt-core-3.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mergify[bot] authored Feb 20, 2024
2 parents 29c745f + c617eb6 commit 2cfe8fa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ ThisBuild / scalaVersion := "2.13.12"

val versions = new {
val outwatch = "1.0.0"
val scalaTest = "3.2.17"
val scalaTest = "3.2.18"
}

// do not warn about unused setting key. TODO: why is this needed? scala-js-bundler bug? sbt says this setting is unused, but it is used.
Expand Down
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.2")
addSbtPlugin("org.typelevel" % "sbt-tpolecat" % "0.5.0")

// for reading npmDependencies from package.json
libraryDependencies ++= Seq("com.lihaoyi" %% "upickle" % "3.1.4")
libraryDependencies ++= Seq("com.lihaoyi" %% "upickle" % "3.1.5")

0 comments on commit 2cfe8fa

Please sign in to comment.