Skip to content

Commit

Permalink
Build pureconfig-fs2 for Scala 2.13
Browse files Browse the repository at this point in the history
  • Loading branch information
jcazevedo committed Sep 16, 2019
1 parent 3850d71 commit f37340f
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions modules/fs2/build.sbt
@@ -1,7 +1,5 @@
name := "pureconfig-fs2"

crossScalaVersions ~= { _.filterNot(_.startsWith("2.13")) }

libraryDependencies ++= Seq(
"co.fs2" %% "fs2-core" % "2.0.0",
"co.fs2" %% "fs2-io" % "2.0.0")
Expand All @@ -14,5 +12,3 @@ osgiSettings
OsgiKeys.exportPackage := Seq("pureconfig.module.fs2.*")
OsgiKeys.privatePackage := Seq()
OsgiKeys.importPackage := Seq(s"""scala.*;version="[${scalaBinaryVersion.value}.0,${scalaBinaryVersion.value}.50)"""", "*")

scalacOptions in Compile ++= Seq("-Ypartial-unification")

0 comments on commit f37340f

Please sign in to comment.