Skip to content

Commit d75aa86

Browse files
committed
Bump Scala version to 3.0.0 final 🎉; Bump scalatest & scalapb
1 parent 004583c commit d75aa86

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
@@ -1,10 +1,10 @@
11
import sbtcrossproject.CrossPlugin.autoImport.{crossProject, CrossType}
22

33
//val dottyVersion = dottyLatestNightlyBuild.get
4-
val dottyVersion = "3.0.0-RC3"
4+
val dottyVersion = "3.0.0"
55
val scala213Version = "2.13.5"
66
val spireVersion = "0.17.0"
7-
val scalaTestVersion = "3.2.8"
7+
val scalaTestVersion = "3.2.9"
88

99
scalaVersion := dottyVersion
1010

project/scalapb.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
addSbtPlugin("com.thesamet" % "sbt-protoc" % "1.0.3")
22

3-
libraryDependencies += ("com.thesamet.scalapb" %% "compilerplugin" % "0.11.2")
3+
libraryDependencies += ("com.thesamet.scalapb" %% "compilerplugin" % "0.11.3")

0 commit comments

Comments
 (0)