Skip to content

Commit

Permalink
Merge pull request #104 from tarao/update/nscplugin-0.5.4
Browse files Browse the repository at this point in the history
Update nscplugin, sbt-scala-native to 0.5.4
  • Loading branch information
tarao authored Jul 2, 2024
2 parents 39ddcb2 + 936b4c7 commit c6d9a9a
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
@@ -1,7 +1,7 @@
import ProjectKeys._
import Implicits._

ThisBuild / tlBaseVersion := "0.12"
ThisBuild / tlBaseVersion := "0.13"

ThisBuild / projectName := "record4s"
ThisBuild / groupId := "com.github.tarao"
Expand Down Expand Up @@ -30,8 +30,8 @@ ThisBuild / githubWorkflowJavaVersions := Seq(
)
val BenchmarkJavaVersion = JavaSpec.temurin("11")

val circeVersion = "0.14.8"
val scalaTestVersion = "3.2.18"
val circeVersion = "0.14.9"
val scalaTestVersion = "3.2.19"

lazy val compileSettings = Def.settings(
// Default options are set by sbt-typelevel-settings
Expand Down Expand Up @@ -104,7 +104,7 @@ lazy val upickle = crossProject(JVMPlatform, JSPlatform, NativePlatform)
.settings(
description := "uPickle / uJson integration for record4s",
libraryDependencies ++= Seq(
"com.lihaoyi" %%% "upickle" % "3.2.0",
"com.lihaoyi" %%% "upickle" % "3.3.1",
),
)

Expand Down
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ addSbtPlugin("org.typelevel" % "sbt-typelevel" % "0.7.1")
addSbtPlugin("org.typelevel" % "sbt-typelevel-scalafix" % "0.7.1")
addSbtPlugin("org.typelevel" % "sbt-typelevel-site" % "0.7.1")
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.0.12")

0 comments on commit c6d9a9a

Please sign in to comment.