Skip to content

Commit

Permalink
Merge pull request #39 from freechipsproject/bumpscala
Browse files Browse the repository at this point in the history
Bump to Scala 2.12.10
  • Loading branch information
ucbjrl authored Mar 13, 2020
2 parents 31b2cdc + f5bb9a0 commit d1444f3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ resolvers ++= Seq(
organization := "edu.berkeley.cs"
version := "1.2-SNAPSHOT"
autoAPIMappings := true
scalaVersion := "2.12.7"
crossScalaVersions := Seq("2.12.7", "2.11.12")
scalaVersion := "2.12.10"
crossScalaVersions := Seq("2.12.10", "2.11.12")
scalacOptions := Seq("-deprecation", "-feature") ++ scalacOptionsVersion(scalaVersion.value)

def scalacOptionsVersion(scalaVersion: String): Seq[String] = {
Expand Down
2 changes: 1 addition & 1 deletion build.sc
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ trait CommonModule extends CrossUnRootedSbtModule with PublishModule {
override def javacOptions = CommonBuild.javacOptionsVersion(crossScalaVersion)
}

val crossVersions = Seq("2.12.7", "2.11.12")
val crossVersions = Seq("2.12.10", "2.11.12")

// Make this available to external tools.
object diagrammer extends Cross[DiagrammerModule](crossVersions: _*) {
Expand Down

0 comments on commit d1444f3

Please sign in to comment.