File tree Expand file tree Collapse file tree 4 files changed +6
-8
lines changed Expand file tree Collapse file tree 4 files changed +6
-8
lines changed Original file line number Diff line number Diff line change @@ -6,9 +6,9 @@ homepage := Some(url("https://github.com/osinka/scala-i18n"))
6
6
7
7
startYear := Some (2014 )
8
8
9
- scalaVersion := " 2.12.1 "
9
+ scalaVersion := " 2.13.0 "
10
10
11
- crossScalaVersions := Seq (" 2.11.8 " , " 2.12.1 " )
11
+ crossScalaVersions := Seq (" 2.11.11 " , " 2.12.8 " , " 2.13.0 " )
12
12
13
13
licenses += " Apache License, Version 2.0" -> url(" http://www.apache.org/licenses/LICENSE-2.0" )
14
14
@@ -19,7 +19,7 @@ description := """Play-like internationalized messages for any Scala"""
19
19
scalacOptions ++= List (" -deprecation" , " -unchecked" , " -feature" )
20
20
21
21
libraryDependencies ++= Seq (
22
- " org.scalatest" %% " scalatest" % " 3.0.1 " % " test"
22
+ " org.scalatest" %% " scalatest" % " 3.0.8 " % " test"
23
23
)
24
24
25
25
credentials += {
@@ -40,8 +40,6 @@ publishTo := {
40
40
)
41
41
}
42
42
43
- useGpg := true
44
-
45
43
pomExtra := <xml : group >
46
44
<developers >
47
45
<developer >
Original file line number Diff line number Diff line change 1
- sbt.version =0.13.13
1
+ sbt.version =1.2.8
Original file line number Diff line number Diff line change 1
- addSbtPlugin(" com.jsuereth" % " sbt-pgp" % " 1.0. 1" )
1
+ addSbtPlugin(" com.jsuereth" % " sbt-pgp" % " 1.1.2- 1" )
Original file line number Diff line number Diff line change 1
1
2
- version in ThisBuild := " 1.0.3-SNAPSHOT "
2
+ version in ThisBuild := " 1.0.3"
You can’t perform that action at this time.
0 commit comments