Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
zarthross committed Jul 21, 2024
1 parent 37dc3cd commit 484201a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,12 @@ ThisBuild / tlCiReleaseBranches := Seq("main")
ThisBuild / githubWorkflowBuildPreamble ++= nativeBrewInstallWorkflowSteps.value


val catsV = "2.11.0"
val catsV = "2.12.0"
val catsEffectV = "3.5.4"
val fs2V = "3.10.2"


val munitCatsEffectV = "2.0.0-M4"
val munitCatsEffectV = "2.0.0"

ThisBuild / crossScalaVersions := Seq("2.12.19","2.13.14", "3.4.2")
ThisBuild / scalaVersion := "2.13.14"
Expand Down Expand Up @@ -51,7 +51,7 @@ lazy val core = crossProject(JVMPlatform, JSPlatform, NativePlatform)

"io.chrisdavenport" %%% "cats-scalacheck" % "0.3.2" % Test,
"org.typelevel" %%% "munit-cats-effect" % munitCatsEffectV % Test,
"org.scalameta" %%% "munit-scalacheck" % "1.0.0-M10" % Test,
"org.scalameta" %%% "munit-scalacheck" % "1.0.0" % Test,
),
libraryDependencies += "org.scodec" %%% "scodec-core" % (if (scalaVersion.value.startsWith("2.")) "1.11.10" else "2.2.2"),
).jsSettings(
Expand All @@ -61,7 +61,7 @@ lazy val core = crossProject(JVMPlatform, JSPlatform, NativePlatform)
)
.platformsSettings(JVMPlatform, JSPlatform)(
libraryDependencies ++= Seq(
"io.chrisdavenport" %%% "whale-tail-manager" % "0.0.11" % Test,
"io.chrisdavenport" %%% "whale-tail-manager" % "0.0.12" % Test,
)
)
.nativeEnablePlugins(ScalaNativeBrewedConfigPlugin)
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.8
sbt.version=1.10.1
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ addSbtPlugin("org.typelevel" % "sbt-typelevel-site" % "0.6.7")
addSbtPlugin("org.typelevel" % "sbt-typelevel-settings" % "0.6.7")
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.16.0")
addSbtPlugin("org.portable-scala" % "sbt-scalajs-crossproject" % "1.3.2")
addSbtPlugin("org.scala-native" % "sbt-scala-native" % "0.4.17")
addSbtPlugin("org.scala-native" % "sbt-scala-native" % "0.5.4")
addSbtPlugin("org.portable-scala" % "sbt-scala-native-crossproject" % "1.3.2")

addSbtPlugin("com.armanbilge" % "sbt-scala-native-config-brew-github-actions" % "0.2.0-RC1")

0 comments on commit 484201a

Please sign in to comment.