Skip to content

Commit

Permalink
Update scala-library to 2.13.15 (#112)
Browse files Browse the repository at this point in the history
Pull request: #112
  • Loading branch information
scala-steward authored Sep 30, 2024
1 parent 3e15951 commit facde40
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.sc
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import scala.util.Properties
trait Deps {
def millPlatform: String
def millVersion: String
def scalaVersion: String = "2.13.14"
def scalaVersion: String = "2.13.15"
def itestVersions: Seq[String]

val aspectjTools = ivy"org.aspectj:aspectjtools:1.9.22.1"
Expand Down
2 changes: 1 addition & 1 deletion itest/src/scala+ajc/build.sc
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import org.scalatest.Assertions

object main extends ScalaModule with AspectjModule {

def scalaVersion = "2.13.14"
def scalaVersion = "2.13.15"
def aspectjVersion = "1.9.7"
def aspectjCompileMode = CompileMode.OnlyAjSources

Expand Down

0 comments on commit facde40

Please sign in to comment.