Skip to content

Commit 5c2474b

Browse files
committed
updated deps
1 parent 97b5491 commit 5c2474b

File tree

2 files changed

+6
-7
lines changed

2 files changed

+6
-7
lines changed

build.sbt

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -40,18 +40,17 @@ excludeDependencies ++= Seq(
4040
)
4141

4242
libraryDependencies ++= Seq(
43-
"co.fs2" %% "fs2-io" % "3.2.7",
44-
"com.monovore" %% "decline-effect" % "2.2.0",
45-
"io.circe" %% "circe-core" % "0.14.1",
43+
"co.fs2" %% "fs2-io" % "3.2.9",
44+
"com.monovore" %% "decline-effect" % "2.3.0",
45+
"io.circe" %% "circe-core" % "0.14.2",
4646
"is.cir" %% "ciris" % "2.3.2",
4747
"lt.dvim.ciris-hocon" %% "ciris-hocon" % "1.0.1",
4848
"org.http4s" %% "http4s-ember-client" % "1.0.0-M32",
4949
"org.polystat.odin" %% "analysis" % V.odin,
5050
"org.polystat.py2eo" % "transpiler" % V.py2eo,
5151
"org.polystat" % "far" % V.far,
52-
"org.scalameta" %% "munit" % "1.0.0-M3" % Test,
52+
"org.scalameta" %% "munit" % "1.0.0-M6" % Test,
5353
"org.slf4j" % "slf4j-nop" % "1.7.36",
54-
"org.typelevel" %% "cats-parse" % "0.3.7",
5554
)
5655

5756
packageOptions := Seq(

project/plugins.sbt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@ addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.11.0")
33
addSbtPlugin("com.codecommit" % "sbt-github-actions" % "0.14.2")
44
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.4.6")
55
addSbtPlugin("com.github.sbt" % "sbt-release" % "1.1.0")
6-
addSbtPlugin("org.scalameta" % "sbt-native-image" % "0.3.1")
6+
addSbtPlugin("org.scalameta" % "sbt-native-image" % "0.3.2")
77
addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.9.13")
8-
addSbtPlugin("com.github.sbt" % "sbt-pgp" % "2.1.2")
8+
addSbtPlugin("com.github.sbt" % "sbt-pgp" % "2.2.0-M2")

0 commit comments

Comments
 (0)