Skip to content

Commit

Permalink
Bump Scala version to 3.0.0 final 🎉; Bump scalatest & scalapb
Browse files Browse the repository at this point in the history
  • Loading branch information
EmergentOrder committed May 14, 2021
1 parent 004583c commit d75aa86
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
import sbtcrossproject.CrossPlugin.autoImport.{crossProject, CrossType}

//val dottyVersion = dottyLatestNightlyBuild.get
val dottyVersion = "3.0.0-RC3"
val dottyVersion = "3.0.0"
val scala213Version = "2.13.5"
val spireVersion = "0.17.0"
val scalaTestVersion = "3.2.8"
val scalaTestVersion = "3.2.9"

scalaVersion := dottyVersion

Expand Down
2 changes: 1 addition & 1 deletion project/scalapb.sbt
Original file line number Diff line number Diff line change
@@ -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 comments on commit d75aa86

Please sign in to comment.