Skip to content

Commit d2e6685

Browse files
authored
Merge pull request #263 from SethTisue/remove-workaround
remove now-unneeded workaround in build
2 parents a41c78c + 215f49a commit d2e6685

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

build.sbt

-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
import sbtcrossproject.CrossPlugin.autoImport.crossProject
22

3-
useCoursier in ThisBuild := !scalaVersion.value.startsWith("2.11.") // https://github.com/sbt/sbt/issues/4995
4-
53
lazy val parserCombinators = crossProject(JVMPlatform, JSPlatform, NativePlatform)
64
.withoutSuffixFor(JVMPlatform).in(file("."))
75
.settings(ScalaModulePlugin.scalaModuleSettings)

0 commit comments

Comments
 (0)