Skip to content

Commit

Permalink
Update scala-library to 2.13.10 (#418)
Browse files Browse the repository at this point in the history
* Update scala-library to 2.13.10

* Bump semanticdb version too

Co-authored-by: Alexandre Archambault <[email protected]>
  • Loading branch information
scala-steward and alexarchambault authored Oct 18, 2022
1 parent 76a320c commit bf9ff1c
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 @@ -16,7 +16,7 @@ inThisBuild(List(
)
),
semanticdbEnabled := true,
semanticdbVersion := "4.5.9",
semanticdbVersion := "4.6.0",
scalafixDependencies += "net.hamnaberg" %% "dataclass-scalafix" % dataclassScalafixV
))

Expand Down
2 changes: 1 addition & 1 deletion project/Settings.scala
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import com.jsuereth.sbtpgp._
object Settings {

def scala212 = "2.12.16"
def scala213 = "2.13.8"
def scala213 = "2.13.10"

def targetSbtVersion = "1.2.8"

Expand Down

0 comments on commit bf9ff1c

Please sign in to comment.