Skip to content

Commit

Permalink
bump Scala version
Browse files Browse the repository at this point in the history
  • Loading branch information
sief committed Sep 23, 2019
1 parent 518c85a commit 91f5d97
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion module/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ version := "2.4.0"

scalaVersion := "2.12.10"

crossScalaVersions := Seq("2.13.0", "2.12.10", "2.11.12")
crossScalaVersions := Seq("2.13.1", "2.12.10", "2.11.12")


lazy val root = (project in file(".")).enablePlugins(PlayScala)
Expand Down
2 changes: 1 addition & 1 deletion samples/play-guard-guice-sample/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ version := "1.1-SNAPSHOT"

lazy val root = (project in file(".")).enablePlugins(PlayScala)

scalaVersion := "2.13.0"
scalaVersion := "2.13.1"

libraryDependencies ++= Seq(
guice,
Expand Down
2 changes: 1 addition & 1 deletion samples/play-guard-sample/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version := "1.1-SNAPSHOT"

lazy val root = (project in file(".")).enablePlugins(PlayScala)

scalaVersion := "2.13.0"
scalaVersion := "2.13.1"

libraryDependencies ++= Seq(
"com.digitaltangible" %% "play-guard" % "2.4.0"
Expand Down

0 comments on commit 91f5d97

Please sign in to comment.