File tree Expand file tree Collapse file tree 3 files changed +8
-3
lines changed Expand file tree Collapse file tree 3 files changed +8
-3
lines changed Original file line number Diff line number Diff line change 1+ 1.11.1: https://github.com/xitrum-framework/scaposer/pull/22
2+
3+ * Support Scala 12.3
4+ * Update scala-parser-combinators from 1.1.1 to 1.1.2
5+
161.11.0:
27
38* Update scala-parser-combinators from 1.0.4 to 1.1.1
Original file line number Diff line number Diff line change @@ -112,12 +112,12 @@ i18n2 will overwrite those in i18n1.
112112Use with SBT
113113------------
114114
115- Supported Scala versions: 2.12.x, 2.11.x, 2.10.x
115+ Supported Scala versions: 2.11-2.13
116116
117117build.sbt example:
118118
119119::
120120
121- libraryDependencies += "tv.cntt" %% "scaposer" % "1.10 "
121+ libraryDependencies += "tv.cntt" %% "scaposer" % "1.11.1 "
122122
123123Scaposer is used in `Xitrum web framework <https://github.com/xitrum-framework/xitrum>`_.
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ organization := "tv.cntt"
22name := " scaposer"
33version := " 1.11.1-SNAPSHOT"
44
5- scalaVersion := " 2.12.8 "
5+ scalaVersion := " 2.13.0 "
66crossScalaVersions := Seq (" 2.13.0" , " 2.12.8" , " 2.11.12" )
77
88scalacOptions ++= Seq (" -deprecation" , " -feature" , " -unchecked" )
You can’t perform that action at this time.
0 commit comments