Skip to content
This repository has been archived by the owner on Aug 21, 2024. It is now read-only.

Commit

Permalink
Update scalatest to 3.2.18
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Feb 19, 2024
1 parent fc6e53d commit e56f227
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ lazy val baseSettings = Seq(
},
// scala-steward:on
libraryDependencies ++= Seq(
"org.scalatest" %% "scalatest" % "3.2.9" % "test",
"org.scalatest" %% "scalatest" % "3.2.18" % "test",
"org.scala-lang.modules" % "scala-jline" % "2.12.1"
),
scalacOptions in Compile ++= Seq(
Expand Down
4 changes: 2 additions & 2 deletions build.sc
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ class treadleCrossModule(crossVersionValue: String) extends CommonModule with Pu
def mainClass = Some("treadle.repl.TreadleReplMain")

def ivyDeps = super.ivyDeps() ++ Agg(
ivy"org.scala-lang.modules:scala-jline:2.12.1",
ivy"org.scala-lang.modules:scala-jline:2.12.1"
)

object test extends Tests {
Expand All @@ -92,7 +92,7 @@ class treadleCrossModule(crossVersionValue: String) extends CommonModule with Pu
}

def ivyDeps = Agg(
ivy"org.scalatest::scalatest:3.2.9",
ivy"org.scalatest::scalatest:3.2.18"
) ++ ivyCrossDeps

def testFrameworks = Seq("org.scalatest.tools.Framework")
Expand Down

0 comments on commit e56f227

Please sign in to comment.