Skip to content

Commit 96e64a9

Browse files
committed
⬆️ upgrade dependencies and build for Scala 2.13 [closes #9]
1 parent 4c8f4c4 commit 96e64a9

File tree

4 files changed

+6
-8
lines changed

4 files changed

+6
-8
lines changed

build.sbt

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ homepage := Some(url("https://github.com/osinka/scala-i18n"))
66

77
startYear := Some(2014)
88

9-
scalaVersion := "2.12.1"
9+
scalaVersion := "2.13.0"
1010

11-
crossScalaVersions := Seq("2.11.8", "2.12.1")
11+
crossScalaVersions := Seq("2.11.11", "2.12.8", "2.13.0")
1212

1313
licenses += "Apache License, Version 2.0" -> url("http://www.apache.org/licenses/LICENSE-2.0")
1414

@@ -19,7 +19,7 @@ description := """Play-like internationalized messages for any Scala"""
1919
scalacOptions ++= List("-deprecation", "-unchecked", "-feature")
2020

2121
libraryDependencies ++= Seq(
22-
"org.scalatest" %% "scalatest" % "3.0.1" % "test"
22+
"org.scalatest" %% "scalatest" % "3.0.8" % "test"
2323
)
2424

2525
credentials += {
@@ -40,8 +40,6 @@ publishTo := {
4040
)
4141
}
4242

43-
useGpg := true
44-
4543
pomExtra := <xml:group>
4644
<developers>
4745
<developer>

project/build.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
sbt.version=0.13.13
1+
sbt.version=1.2.8

project/pgp.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
addSbtPlugin("com.jsuereth" % "sbt-pgp" % "1.0.1")
1+
addSbtPlugin("com.jsuereth" % "sbt-pgp" % "1.1.2-1")

version.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11

2-
version in ThisBuild := "1.0.3-SNAPSHOT"
2+
version in ThisBuild := "1.0.3"

0 commit comments

Comments
 (0)