We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 004583c commit d75aa86Copy full SHA for d75aa86
build.sbt
@@ -1,10 +1,10 @@
1
import sbtcrossproject.CrossPlugin.autoImport.{crossProject, CrossType}
2
3
//val dottyVersion = dottyLatestNightlyBuild.get
4
-val dottyVersion = "3.0.0-RC3"
+val dottyVersion = "3.0.0"
5
val scala213Version = "2.13.5"
6
val spireVersion = "0.17.0"
7
-val scalaTestVersion = "3.2.8"
+val scalaTestVersion = "3.2.9"
8
9
scalaVersion := dottyVersion
10
project/scalapb.sbt
@@ -1,3 +1,3 @@
addSbtPlugin("com.thesamet" % "sbt-protoc" % "1.0.3")
-libraryDependencies += ("com.thesamet.scalapb" %% "compilerplugin" % "0.11.2")
+libraryDependencies += ("com.thesamet.scalapb" %% "compilerplugin" % "0.11.3")
0 commit comments