Skip to content

Commit

Permalink
Bumps Scala 3 version (#299)
Browse files Browse the repository at this point in the history
  • Loading branch information
juanpedromoreno authored Jun 8, 2022
1 parent e3a78f4 commit 6596e76
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ lazy val V = new {
val algebra = "2.7.0"
val atto = "0.9.5"
val scalacheck = "1.16.0"
val drostePrev = "0.7.0"
val drostePrev = "0.9.0-M3"
}

lazy val meta = module("meta")
Expand Down
2 changes: 1 addition & 1 deletion project/ProjectPlugin.scala
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ object ProjectPlugin extends AutoPlugin {
object ScalaV {
val v212 = "2.12.14"
val v213 = "2.13.6"
val v3 = "3.1.0"
val v3 = "3.1.2"
}

object autoImport {
Expand Down

0 comments on commit 6596e76

Please sign in to comment.