Skip to content

Commit

Permalink
Add new io library for 0.13.x compat
Browse files Browse the repository at this point in the history
  • Loading branch information
er1c committed Sep 19, 2021
1 parent c8cd902 commit 2d95c13
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ lazy val root = (project in file("."))
libraryDependencies ++= Seq(
"org.scalactic" %% "scalactic" % "3.0.8",
"com.eed3si9n.jarjarabrams" %% "jarjar-abrams-core" % "1.8.0",
"org.scala-sbt" %% "io" % "1.6.0-M1", // sbt 0.13.18 doesn't have newer IO features
"org.scalatest" %% "scalatest" % "3.1.1" % Test,
)
(pluginCrossBuild / sbtVersion) := {
Expand Down

0 comments on commit 2d95c13

Please sign in to comment.