Skip to content

Commit 3ab9a04

Browse files
committed
using odin v0.4.3
1 parent 9f39d6e commit 3ab9a04

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ This release added a [FaR](https://github.com/polystat/far) analyzer to Polystat
88
```
99
java -jar polystat.jar list
1010
```
11-
* Using odin v0.4.2 (with better support for J2EO output).
11+
* Using odin v0.4.3 (with better support for J2EO output).

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ libraryDependencies ++= Seq(
1212
"org.typelevel" %% "cats-parse" % "0.3.7",
1313
"com.monovore" %% "decline-effect" % "2.2.0",
1414
"co.fs2" %% "fs2-io" % "3.2.7",
15-
"org.polystat.odin" %% "analysis" % "0.4.2",
15+
"org.polystat.odin" %% "analysis" % "0.4.3",
1616
"is.cir" %% "ciris" % "2.3.2",
1717
"lt.dvim.ciris-hocon" %% "ciris-hocon" % "1.0.1",
1818
"org.http4s" %% "http4s-ember-client" % "1.0.0-M32",

0 commit comments

Comments
 (0)