Skip to content

Commit

Permalink
Merge pull request #318 from mkurz/scala_upgrades
Browse files Browse the repository at this point in the history
Scala 2.12.14 / 2.13.6
  • Loading branch information
eed3si9n authored May 31, 2021
2 parents 73c5bda + dabe2c7 commit 36a19d4
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 @@ -4,8 +4,8 @@ on:
push:

env:
SCALA212: 2.12.10
SCALA213: 2.13.1
SCALA212: 2.12.14
SCALA213: 2.13.6

jobs:
test:
Expand Down
4 changes: 2 additions & 2 deletions project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ import sbt._
import Keys._

object Dependencies {
val scala212 = "2.12.13"
val scala213 = "2.13.5"
val scala212 = "2.12.14"
val scala213 = "2.13.6"

val scalaCompiler = Def.setting { "org.scala-lang" % "scala-compiler" % scalaVersion.value }

Expand Down

0 comments on commit 36a19d4

Please sign in to comment.