Skip to content

Commit

Permalink
Update circe-generic, circe-literal, ... to 0.14.9 (#361)
Browse files Browse the repository at this point in the history
* Update circe-generic, circe-literal, ... to 0.14.8

* Update build.sbt

* Upgrade to scala-native 0.5

* Update munit

* reset mima for native

---------

Co-authored-by: Erlend Hamnaberg <erlend@hamnaberg.net>
Co-authored-by: Darren Gibson <zarthross+github@gmail.com>
  • Loading branch information
3 people authored Jul 26, 2024
1 parent dfacc70 commit d27d7b3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@ import sbtcrossproject.{ CrossType, crossProject }
val Scala212V = "2.12.19"
val Scala213V = "2.13.14"

val circeVersion = "0.14.7"
val circeVersion = "0.14.9"
val paradiseVersion = "2.1.1"

val jawnVersion = "1.6.0"
val munitVersion = "0.7.29"
val disciplineMunitVersion = "1.0.9"
val munitVersion = "1.0.0"
val disciplineMunitVersion = "2.0.0"

ThisBuild / tlBaseVersion := "0.14"
ThisBuild / tlCiReleaseTags := true
Expand Down Expand Up @@ -95,7 +95,7 @@ lazy val genericExtras = crossProject(JSPlatform, JVMPlatform, NativePlatform)
)
.jsSettings()
.nativeSettings(
tlVersionIntroduced := List("2.12", "2.13").map(_ -> "0.14.3").toMap
tlVersionIntroduced := List("2.12", "2.13").map(_ -> "0.14.4").toMap
)
.configure(do_configure)

Expand Down
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.16.0")
addSbtPlugin("org.scala-native" % "sbt-scala-native" % "0.4.17")
addSbtPlugin("org.scala-native" % "sbt-scala-native" % "0.5.4")
addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.1.0")
addSbtPlugin("pl.project13.scala" % "sbt-jmh" % "0.4.7")
addSbtPlugin("io.circe" % "sbt-circe-org" % "0.4.1")

0 comments on commit d27d7b3

Please sign in to comment.