Skip to content

Commit e0e6b66

Browse files
committed
updated odin to 0.4.1
1 parent 59dd01b commit e0e6b66

File tree

1 file changed

+9
-14
lines changed

1 file changed

+9
-14
lines changed

build.sbt

Lines changed: 9 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -4,29 +4,24 @@ ThisBuild / scalaVersion := "3.1.2"
44
ThisBuild / versionScheme := Some("semver-spec")
55
ThisBuild / releaseVersionBump := sbtrelease.Version.Bump.Next
66

7+
excludeDependencies ++= Seq(
8+
"org.scala-lang.modules" % "scala-xml_2.13"
9+
)
10+
711
libraryDependencies ++= Seq(
12+
"io.circe" %% "circe-core" % "0.14.1",
13+
"org.scalameta" %% "munit" % "1.0.0-M3" % Test,
14+
"org.slf4j" % "slf4j-nop" % "1.7.36",
15+
"org.polystat.py2eo" % "transpiler" % "0.0.10",
816
"org.typelevel" %% "cats-parse" % "0.3.7",
917
"com.monovore" %% "decline" % "2.2.0",
1018
"com.monovore" %% "decline-effect" % "2.2.0",
1119
"co.fs2" %% "fs2-core" % "3.2.7",
1220
"co.fs2" %% "fs2-io" % "3.2.7",
13-
"org.polystat.odin" %% "analysis" % "0.4.0",
21+
"org.polystat.odin" %% "analysis" % "0.4.1",
1422
"is.cir" %% "ciris" % "2.3.2",
1523
"lt.dvim.ciris-hocon" %% "ciris-hocon" % "1.0.1",
1624
"org.http4s" %% "http4s-ember-client" % "1.0.0-M32",
17-
).map(_.cross(CrossVersion.for3Use2_13))
18-
19-
excludeDependencies ++= Seq(
20-
"org.typelevel" % "simulacrum-scalafix-annotations_3",
21-
"org.typelevel" % "cats-kernel_3",
22-
"org.typelevel" % "cats-core_3",
23-
)
24-
25-
libraryDependencies ++= Seq(
26-
"io.circe" %% "circe-core" % "0.14.1",
27-
"org.scalameta" %% "munit" % "1.0.0-M3" % Test,
28-
"org.slf4j" % "slf4j-nop" % "1.7.36",
29-
"org.polystat.py2eo" % "transpiler" % "0.0.10",
3025
)
3126

3227
assembly / assemblyJarName := "polystat.jar"

0 commit comments

Comments
 (0)