We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9f39d6e commit 3ab9a04Copy full SHA for 3ab9a04
2 files changed
CHANGELOG.md
@@ -8,4 +8,4 @@ This release added a [FaR](https://github.com/polystat/far) analyzer to Polystat
8
```
9
java -jar polystat.jar list
10
11
-* Using odin v0.4.2 (with better support for J2EO output).
+* Using odin v0.4.3 (with better support for J2EO output).
build.sbt
@@ -12,7 +12,7 @@ libraryDependencies ++= Seq(
12
"org.typelevel" %% "cats-parse" % "0.3.7",
13
"com.monovore" %% "decline-effect" % "2.2.0",
14
"co.fs2" %% "fs2-io" % "3.2.7",
15
- "org.polystat.odin" %% "analysis" % "0.4.2",
+ "org.polystat.odin" %% "analysis" % "0.4.3",
16
"is.cir" %% "ciris" % "2.3.2",
17
"lt.dvim.ciris-hocon" %% "ciris-hocon" % "1.0.1",
18
"org.http4s" %% "http4s-ember-client" % "1.0.0-M32",
0 commit comments