Skip to content

Commit

Permalink
Merge pull request #4 from tpolecat/rc1
Browse files Browse the repository at this point in the history
Scala 3.0.0-RC1
  • Loading branch information
tpolecat authored Feb 23, 2021
2 parents dcca3db + cfb7802 commit 5b611f2
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 25 deletions.
8 changes: 4 additions & 4 deletions build.sbt
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@

// Our Scala versions.
lazy val `scala-3.0` = "3.0.0-M3"
lazy val `scala-3.0-prev` = "3.0.0-M2"
lazy val `scala-3.0` = "3.0.0-RC1"
lazy val `scala-3.0-prev` = "3.0.0-M3"
lazy val `scala-2.12` = "2.12.12"
lazy val `scala-2.13` = "2.13.4"
lazy val `scala-2.13` = "2.13.5"

// Publishing
name := "typename"
Expand Down Expand Up @@ -35,7 +35,7 @@ Compile / doc / scalacOptions ++= Seq(
)

// MUnit
libraryDependencies += "org.scalameta" %% "munit" % "0.7.20" % Test
libraryDependencies += "org.scalameta" %% "munit" % "0.7.22" % Test
testFrameworks += new TestFramework("munit.Framework")

// Scala 2 needs scala-reflect
Expand Down
21 changes: 0 additions & 21 deletions src/main/scala-3.0.0-M2/TypeNamePlatform.scala

This file was deleted.

File renamed without changes.

0 comments on commit 5b611f2

Please sign in to comment.