Skip to content

Commit

Permalink
Update scala-library to 2.13.15 (#441)
Browse files Browse the repository at this point in the history
Co-authored-by: svroonland <[email protected]>
  • Loading branch information
scala-steward and svroonland authored Sep 29, 2024
1 parent 516bddc commit c133ab9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import org.scalafmt.sbt.ScalafmtPlugin.autoImport.scalafmtOnCompile
import org.typelevel.scalacoptions.ScalacOptions

import sbt.Keys.resolvers
val mainScala = "2.13.14"
val mainScala = "2.13.15"
val scala3Version = "3.3.4"
val allScala = Seq(mainScala, scala3Version)
val zioVersion = "2.1.9"
Expand Down

0 comments on commit c133ab9

Please sign in to comment.