Skip to content

Commit e9d4eac

Browse files
committed
Release 1.11.1
1 parent fa7c418 commit e9d4eac

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

CHANGELOG

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
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+
16
1.11.0:
27

38
* Update scala-parser-combinators from 1.0.4 to 1.1.1

README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -112,12 +112,12 @@ i18n2 will overwrite those in i18n1.
112112
Use 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
117117
build.sbt example:
118118
119119
::
120120
121-
libraryDependencies += "tv.cntt" %% "scaposer" % "1.10"
121+
libraryDependencies += "tv.cntt" %% "scaposer" % "1.11.1"
122122
123123
Scaposer is used in `Xitrum web framework <https://github.com/xitrum-framework/xitrum>`_.

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ organization := "tv.cntt"
22
name := "scaposer"
33
version := "1.11.1-SNAPSHOT"
44

5-
scalaVersion := "2.12.8"
5+
scalaVersion := "2.13.0"
66
crossScalaVersions := Seq("2.13.0", "2.12.8", "2.11.12")
77

88
scalacOptions ++= Seq("-deprecation", "-feature", "-unchecked")

0 commit comments

Comments
 (0)