Skip to content

Commit db8c7fb

Browse files
committed
Upgrade to Scala 3
1 parent bf431f0 commit db8c7fb

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

build.sbt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import sbtcrossproject.CrossPlugin.autoImport.{ CrossType, crossProject }
33
import sbt._
44
import sbt.io.Using
55

6-
val scalaVer = "3.0.0-RC3"
6+
val scalaVer = "3.0.0"
77
val tzdbVersion = "2019c"
88
val scalajavaLocalesVersion = "1.1.3"
99
Global / onChangedBuildSource := ReloadOnSourceChanges
@@ -213,7 +213,7 @@ lazy val scalajavatimeTests = crossProject(JVMPlatform, JSPlatform)
213213
Keys.`package` := file(""),
214214
Compile / skip := isDotty.value,
215215
libraryDependencies +=
216-
("org.scalatest" %%% "scalatest" % "3.2.9" % "test").withDottyCompat(scalaVersion.value),
216+
"org.scalatest" %%% "scalatest" % "3.2.9" % "test",
217217
scalacOptions ~= (_.filterNot(
218218
Set("-Wnumeric-widen", "-Ywarn-numeric-widen", "-Ywarn-value-discard", "-Wvalue-discard")
219219
))

project/plugins.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@ addSbtPlugin("io.github.davidgregory084" % "sbt-tpolecat" % "0.1.16")
1919

2020
addSbtPlugin("com.geirsson" % "sbt-ci-release" % "1.5.7")
2121

22-
addSbtPlugin("ch.epfl.lamp" % "sbt-dotty" % "0.5.4")
22+
addSbtPlugin("ch.epfl.lamp" % "sbt-dotty" % "0.5.5")

0 commit comments

Comments
 (0)