File tree Expand file tree Collapse file tree 1 file changed +4
-6
lines changed Expand file tree Collapse file tree 1 file changed +4
-6
lines changed Original file line number Diff line number Diff line change @@ -3,8 +3,8 @@ import sbtcrossproject.{crossProject, CrossType}
33
44scalaVersionsByJvm in ThisBuild := {
55 val v211 = " 2.11.11"
6- val v212 = " 2.12.2 "
7- val v213 = " 2.13.0-M1 "
6+ val v212 = " 2.12.3 "
7+ val v213 = " 2.13.0-M2 "
88
99 Map (
1010 6 -> List (v211 -> true ),
@@ -21,10 +21,8 @@ lazy val root = project.in(file("."))
2121lazy val `scala-parser-combinators` = crossProject(JSPlatform , JVMPlatform , NativePlatform ).in(file(" ." )).
2222 settings(scalaModuleSettings : _* ).
2323 settings(
24- moduleName := " scala-parser-combinators" ,
25- repoName := moduleName.value,
26- version := " 1.0.7-SNAPSHOT" ,
27-
24+ name := " scala-parser-combinators" ,
25+ version := " 1.0.7-SNAPSHOT" ,
2826 mimaPreviousVersion := Some (" 1.0.5" ),
2927
3028 apiMappings += (scalaInstance.value.libraryJar ->
You can’t perform that action at this time.
0 commit comments