Skip to content

Commit

Permalink
Update scala-library to 2.13.13
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward-bot committed Feb 21, 2024
1 parent 6884a11 commit 8b49faa
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
@@ -1,7 +1,7 @@
import sbtrelease.ReleasePlugin.autoImport.ReleaseTransformations._

def Scala212 = "2.12.19"
def Scala213 = "2.13.12"
def Scala213 = "2.13.13"

val commonSettings = Def.settings(
publishTo := sonatypePublishToBundle.value,
Expand Down
2 changes: 1 addition & 1 deletion plugin/src/main/scala/unused_code/UnusedCodePlugin.scala
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ object UnusedCodePlugin extends AutoPlugin {
val buildSbt =
s"""|name := "tmp-unused-code"
|logLevel := Level.Warn
|scalaVersion := "2.13.12"
|scalaVersion := "2.13.13"
|libraryDependencies ++= Seq(
| "com.github.xuwei-k" %% "unused-code-scalafix" % "${UnusedCodeBuildInfo.version}"
|)
Expand Down

0 comments on commit 8b49faa

Please sign in to comment.