File tree Expand file tree Collapse file tree 2 files changed +6
-7
lines changed
Expand file tree Collapse file tree 2 files changed +6
-7
lines changed Original file line number Diff line number Diff line change @@ -40,18 +40,17 @@ excludeDependencies ++= Seq(
4040)
4141
4242libraryDependencies ++= 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
5756packageOptions := Seq (
Original file line number Diff line number Diff line change @@ -3,6 +3,6 @@ addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.11.0")
33addSbtPlugin(" com.codecommit" % " sbt-github-actions" % " 0.14.2" )
44addSbtPlugin(" org.scalameta" % " sbt-scalafmt" % " 2.4.6" )
55addSbtPlugin(" 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 " )
77addSbtPlugin(" 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 " )
You can’t perform that action at this time.
0 commit comments