Skip to content

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
rmgk committed Apr 12, 2024
1 parent 0e582ce commit 0afe1a4
Showing 1 changed file with 4 additions and 9 deletions.
13 changes: 4 additions & 9 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -135,13 +135,13 @@ lazy val lore = (project in file("Modules/Lore"))
scala3defaults,
Settings.javaOutputVersion(17),
Dependencies.jsoniterScala,
libraryDependencies += "org.typelevel" %% "cats-core" % "2.9.0",
libraryDependencies += "org.typelevel" %% "cats-effect" % "3.5.0",
libraryDependencies += "org.typelevel" %% "cats-core" % "2.10.0",
libraryDependencies += "org.typelevel" %% "cats-effect" % "3.5.4",
libraryDependencies += "com.monovore" %% "decline" % "2.4.1",
// libraryDependencies += ("org.scalameta" %% "scalafmt-core" % "3.7.4").cross(
// CrossVersion.for3Use2_13
// ),
libraryDependencies += "org.typelevel" %% "cats-parse" % "0.3.9",
libraryDependencies += "org.typelevel" %% "cats-parse" % "1.0.0",
// libraryDependencies += ("com.lihaoyi" %% "fansi" % "0.4.0").cross(
// CrossVersion.for3Use2_13 // needed because scalafmt is 2.13
// ),
Expand All @@ -151,12 +151,7 @@ lazy val lore = (project in file("Modules/Lore"))
"dev.optics" %% "monocle-core" % "3.2.0"
),
// test dependencies
libraryDependencies += "org.scalameta" %% "munit" % "0.7.29" % Test,
testFrameworks += new TestFramework("munit.Framework"),
// compiler options
scalacOptions ++= List(
"-Xmax-inlines:200" // needed for circe generic
),
Dependencies.munit
)
.dependsOn(reactives.jvm)
.settings(Compile / mainClass := Some("lore.Compiler"))
Expand Down

0 comments on commit 0afe1a4

Please sign in to comment.