-
Notifications
You must be signed in to change notification settings - Fork 50
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update sbt-circe-org to 0.4.2 (#438)
* Update sbt-circe-org to 0.4.2 * Run prePR with sbt-typelevel Executed command: sbt tlPrePrBotHook --------- Co-authored-by: Darren Gibson <[email protected]>
- Loading branch information
1 parent
be4cb26
commit 83fa6fc
Showing
2 changed files
with
13 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
addSbtPlugin("io.circe" % "sbt-circe-org" % "0.4.1") | ||
addSbtPlugin("io.circe" % "sbt-circe-org" % "0.4.2") | ||
addSbtPlugin("org.scala-native" % "sbt-scala-native" % "0.5.4") | ||
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.16.0") | ||
addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.12.1") |