Skip to content

Commit

Permalink
Merge branch 'main' into update/sbt-typelevel-0.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
hnaderi committed Nov 16, 2023
2 parents 8a2690d + c62dc32 commit 4b6b8d0
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .scalafmt.conf
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
version = 3.7.14
version = 3.7.15
runner.dialect = scala212source3
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ lazy val `play-json` = module("play-json") {
.settings(
description := "yaml4s integration with play-json",
libraryDependencies +=
("com.typesafe.play" %%% "play-json" % "2.10.1")
("com.typesafe.play" %%% "play-json" % "2.10.3")
.cross(CrossVersion.for3Use2_13)
)
}
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.9.6
sbt.version=1.9.7
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
addSbtPlugin("org.typelevel" % "sbt-typelevel" % "0.6.0")
addSbtPlugin("org.typelevel" % "sbt-typelevel-site" % "0.6.0")
addSbtPlugin("org.scalameta" % "sbt-mdoc" % "2.4.0")
addSbtPlugin("org.scalameta" % "sbt-mdoc" % "2.5.1")
addSbtPlugin("org.scala-native" % "sbt-scala-native" % "0.4.16")
addSbtPlugin("org.portable-scala" % "sbt-scala-native-crossproject" % "1.3.2")
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.14.0")
Expand Down

0 comments on commit 4b6b8d0

Please sign in to comment.