Skip to content

Commit

Permalink
Update scala-library, scala-reflect to 2.13.14
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Jun 25, 2024
1 parent 40da2d2 commit a67b1da
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name := "director-v2"
organization := "io.github.uptane"
scalaVersion := "2.13.12"
scalaVersion := "2.13.14"

scalacOptions := Seq(
"-unchecked",
Expand Down Expand Up @@ -35,7 +35,7 @@ libraryDependencies ++= {
"com.typesafe.akka" %% "akka-http-testkit" % akkaHttpV,
"com.typesafe.akka" %% "akka-stream-testkit" % akkaV,
"com.typesafe.akka" %% "akka-slf4j" % akkaV,
"org.scalatest" %% "scalatest" % scalaTestV % Test,
"org.scalatest" %% "scalatest" % scalaTestV % Test,
"org.scalacheck" %% "scalacheck" % "1.18.0" % Test,
"io.github.uptane" %% "libats" % libatsV,
"io.github.uptane" %% "libats-messaging" % libatsV,
Expand Down

0 comments on commit a67b1da

Please sign in to comment.