Skip to content

Commit

Permalink
Merge branch 'master' into update/bootswatch-yeti-3.3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Apr 10, 2023
2 parents a7961ab + 970efc8 commit 526126b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ libraryDependencies ++= Seq(
"com.typesafe.play" %% "play-test" % playVersion % "test" cross CrossVersion.for3Use2_13,
"com.typesafe.play" %% "play-specs2" % playVersion % "test" cross CrossVersion.for3Use2_13,
"org.webjars" % "bootstrap" % "3.1.1-2" % "test",
"org.webjars" % "react" % "0.12.2" % "test",
"org.webjars" % "react" % "0.14.8" % "test",
"org.webjars" % "bootswatch-yeti" % "3.1.1+1" % "test"
)

Expand Down
4 changes: 2 additions & 2 deletions project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
addSbtPlugin("com.jsuereth" % "sbt-pgp" % "2.0.2")
addSbtPlugin("com.jsuereth" % "sbt-pgp" % "2.1.1")

addSbtPlugin("com.typesafe.play" % "sbt-plugin" % "2.8.19")

addSbtPlugin("com.typesafe.sbt" % "sbt-git" % "1.0.2")
addSbtPlugin("com.github.sbt" % "sbt-git" % "2.0.1")

addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.9.18")

Expand Down

0 comments on commit 526126b

Please sign in to comment.