Skip to content

Commit 3e5e8d0

Browse files
authored
Merge pull request #905 from playframework/mergify/bp/1.6.x/pr-904
[1.6.x] Scalameta parsers 4.13.2 - no more `for3Use2_13` workaround (backport #904) by @mkurz
2 parents 523c57a + 6df86a0 commit 3e5e8d0

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

build.sbt

+4-4
Original file line numberDiff line numberDiff line change
@@ -113,10 +113,10 @@ lazy val compiler = project
113113
}
114114
},
115115
libraryDependencies += parserCombinators(scalaVersion.value),
116-
libraryDependencies += ("org.scalameta" %% "parsers" % "4.11.2").cross(CrossVersion.for3Use2_13),
117-
run / fork := true,
118-
buildInfoKeys := Seq[BuildInfoKey](scalaVersion),
119-
buildInfoPackage := "play.twirl.compiler"
116+
libraryDependencies += "org.scalameta" %% "parsers" % "4.13.2",
117+
run / fork := true,
118+
buildInfoKeys := Seq[BuildInfoKey](scalaVersion),
119+
buildInfoPackage := "play.twirl.compiler"
120120
)
121121
.aggregate(parser)
122122
.dependsOn(apiJvm % Test, parser % "compile->compile;test->test")

0 commit comments

Comments
 (0)