Skip to content

Commit

Permalink
Merge branch 'master' into update/play-json-2.7.4
Browse files Browse the repository at this point in the history
  • Loading branch information
tototoshi authored Feb 26, 2021
2 parents a83f282 + 2f20b33 commit a8e8e60
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ crossScalaVersions := Seq(scalaVersion_2_11, scalaVersion_2_12)

libraryDependencies ++= Seq(
"com.typesafe.play" %% "play-json" % "2.7.4" % "provided",
"org.scalatest" %% "scalatest" % "3.0.1" % "test"
"org.scalatest" %% "scalatest" % "3.0.9" % "test"
)

organization := "com.github.tototoshi"
Expand Down
2 changes: 1 addition & 1 deletion project/build.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
sbt.version=1.2.8
sbt.version=1.4.7
4 changes: 2 additions & 2 deletions project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
addSbtPlugin("org.scalariform" % "sbt-scalariform" % "1.8.2")
addSbtPlugin("org.scalariform" % "sbt-scalariform" % "1.8.3")
addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "2.4")
addSbtPlugin("com.jsuereth" % "sbt-pgp" % "1.1.0")
addSbtPlugin("com.jsuereth" % "sbt-pgp" % "1.1.2-1")

0 comments on commit a8e8e60

Please sign in to comment.