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 56be6b1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ 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

0 comments on commit 56be6b1

Please sign in to comment.