Skip to content

Commit

Permalink
Merge branch 'cheeseng-feature-3.2.8-release' into 3.2.x-new
Browse files Browse the repository at this point in the history
  • Loading branch information
bvenners committed Apr 21, 2021
2 parents ea863af + 08e04f6 commit d8cd313
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions project/BuildCommons.scala
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@ trait BuildCommons {
"org.scala-js" %% "scalajs-test-interface" % scalaJSVersion
)

val releaseVersion = "3.2.7"
val releaseVersion = "3.2.8"

val previousReleaseVersion = "3.2.6"
val previousReleaseVersion = "3.2.7"

val plusJUnitVersion = "3.2.7.0"
val plusTestNGVersion = "3.2.7.0"
val plusJUnitVersion = "3.2.8.0"
val plusTestNGVersion = "3.2.8.0"
val flexmarkVersion = "0.36.8"

def rootProject: Project
Expand Down
2 changes: 1 addition & 1 deletion project/DottyBuild.scala
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ trait DottyBuild { this: BuildCommons =>

// List of available night build at https://repo1.maven.org/maven2/ch/epfl/lamp/dotty-compiler_0.27/
// lazy val dottyVersion = dottyLatestNightlyBuild.get
lazy val dottyVersion = System.getProperty("scalatest.dottyVersion", "3.0.0-RC2")
lazy val dottyVersion = System.getProperty("scalatest.dottyVersion", "3.0.0-RC3")
lazy val dottySettings = List(
scalaVersion := dottyVersion,
scalacOptions ++= List("-language:implicitConversions", "-noindent", "-Xprint-suspension")
Expand Down

0 comments on commit d8cd313

Please sign in to comment.