Skip to content

Commit 49c59e0

Browse files
committed
Merge pull request #78 from SethTisue/community-build-issue-215
set crossScalaVersions in a more dbuild-friendly way
2 parents d19dcd9 + bde222c commit 49c59e0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: build.sbt

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
scalaVersion in ThisBuild := crossScalaVersions.value.head
12

23
crossScalaVersions in ThisBuild := {
34
val javaVersion = System.getProperty("java.version")
@@ -19,8 +20,7 @@ lazy val `scala-parser-combinators` = crossProject.in(file(".")).
1920
).
2021
settings(
2122
moduleName := "scala-parser-combinators",
22-
version := "1.1.0-SNAPSHOT",
23-
scalaVersion := crossScalaVersions.value.head
23+
version := "1.1.0-SNAPSHOT"
2424
).
2525
jvmSettings(
2626
// important!! must come here (why?)

0 commit comments

Comments
 (0)