Skip to content

Commit

Permalink
Update Scala 2 to 2.12.15
Browse files Browse the repository at this point in the history
  • Loading branch information
jcazevedo committed Oct 5, 2021
1 parent cd78457 commit 2946f09
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
scala: ['2.12', '2.13']
include:
- scala: '2.12'
scala-version: 2.12.14
scala-version: 2.12.15
- scala: '2.13'
scala-version: 2.13.6

Expand Down
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ import spray.boilerplate.BoilerplatePlugin

ThisBuild / organization := "com.velocidi"

ThisBuild / crossScalaVersions := Seq("2.12.14", "2.13.6")
ThisBuild / scalaVersion := "2.12.14"
ThisBuild / crossScalaVersions := Seq("2.12.15", "2.13.6")
ThisBuild / scalaVersion := "2.12.15"

def module(project: Project, moduleName: String) =
(project in file(moduleName))
Expand Down

0 comments on commit 2946f09

Please sign in to comment.