Skip to content

Commit

Permalink
Update scala version
Browse files Browse the repository at this point in the history
  • Loading branch information
beatriz committed May 14, 2021
1 parent faaf26c commit 083bada
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ jobs:
scala: ['2.12', '2.13']
include:
- scala: '2.12'
scala-version: 2.12.12
scala-version: 2.12.13
- scala: '2.13'
scala-version: 2.13.4
scala-version: 2.13.5

steps:
- uses: actions/checkout@v2
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.12", "2.13.4")
ThisBuild / scalaVersion := "2.12.12"
ThisBuild / crossScalaVersions := Seq("2.12.13", "2.13.5")
ThisBuild / scalaVersion := "2.12.13"

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

0 comments on commit 083bada

Please sign in to comment.