Skip to content

Commit f038b9c

Browse files
authored
Merge pull request #18 from scala-exercises/dominv-update-libraries-versions
Updating libraries versions
2 parents 1c52c4c + 841736a commit f038b9c

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
language: scala
22
scala:
3-
- 2.11.8
3+
- 2.11.11
44
jdk:
55
- oraclejdk8
66
script:

build.sbt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
val scalaExerciesV = "0.4.0-SNAPSHOT"
1+
val scalaExercisesV = "0.4.0-SNAPSHOT"
22

3-
def dep(artifactId: String) = "org.scala-exercises" %% artifactId % scalaExerciesV
3+
def dep(artifactId: String) = "org.scala-exercises" %% artifactId % scalaExercisesV
44

55
lazy val `scala-tutorial` = (project in file("."))
66
.enablePlugins(ExerciseCompilerPlugin)

project/ProjectPlugin.scala

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,9 @@ object ProjectPlugin extends AutoPlugin {
2525
organizationEmail = "[email protected]"
2626
),
2727
orgLicenseSetting := ApacheLicense,
28-
scalaVersion := "2.11.8",
28+
scalaVersion := "2.11.11",
2929
scalaOrganization := "org.scala-lang",
30-
crossScalaVersions := Seq("2.11.8"),
30+
crossScalaVersions := Seq("2.11.11"),
3131
resolvers ++= Seq(
3232
Resolver.mavenLocal,
3333
Resolver.sonatypeRepo("snapshots"),

project/plugins.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ resolvers ++= Seq(
33
)
44

55
addSbtPlugin("org.scala-exercises" % "sbt-exercise" % "0.4.0-SNAPSHOT", "0.13", "2.10")
6-
addSbtPlugin("com.47deg" % "sbt-org-policies" % "0.3.2")
6+
addSbtPlugin("com.47deg" % "sbt-org-policies" % "0.5.12")

version.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
version in ThisBuild := "0.4.1-SNAPSHOT"
1+
version in ThisBuild := "0.4.2-SNAPSHOT"

0 commit comments

Comments
 (0)