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
+
1
6
1.11.0:
2
7
3
8
* 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.
112
112
Use with SBT
113
113
------------
114
114
115
- Supported Scala versions: 2.12.x, 2.11.x, 2.10.x
115
+ Supported Scala versions: 2.11-2.13
116
116
117
117
build.sbt example:
118
118
119
119
::
120
120
121
- libraryDependencies += "tv.cntt" %% "scaposer" % "1.10 "
121
+ libraryDependencies += "tv.cntt" %% "scaposer" % "1.11.1 "
122
122
123
123
Scaposer 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"
2
2
name := " scaposer"
3
3
version := " 1.11.1-SNAPSHOT"
4
4
5
- scalaVersion := " 2.12.8 "
5
+ scalaVersion := " 2.13.0 "
6
6
crossScalaVersions := Seq (" 2.13.0" , " 2.12.8" , " 2.11.12" )
7
7
8
8
scalacOptions ++= Seq (" -deprecation" , " -feature" , " -unchecked" )
You can’t perform that action at this time.
0 commit comments