Skip to content

Commit

Permalink
Merge branch 'main' into ph-20240926-1608-test-refactoring
Browse files Browse the repository at this point in the history
  • Loading branch information
shtukas authored Oct 1, 2024
2 parents 1d97779 + d2a1345 commit b7aaa32
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 @@ -4,7 +4,7 @@ import sbt.Keys.{description, name}

Global / onChangedBuildSource := ReloadOnSourceChanges

ThisBuild / scalaVersion := "2.13.14"
ThisBuild / scalaVersion := "2.13.15"

ThisBuild / scalacOptions ++= Seq(
"-deprecation",
Expand Down
4 changes: 2 additions & 2 deletions project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ object Dependencies {
lazy val zioTest = "dev.zio" %% "zio-test" % zioVersion
lazy val zioTestSbt = "dev.zio" %% "zio-test-sbt" % zioVersion
lazy val zioMock = "dev.zio" %% "zio-mock" % "1.0.0-RC12"
lazy val upickle = "com.lihaoyi" %% "upickle" % "4.0.1"
lazy val upickle = "com.lihaoyi" %% "upickle" % "4.0.2"
lazy val awsLambda = "com.amazonaws" % "aws-lambda-java-core" % "1.2.3"
lazy val http = "org.scalaj" %% "scalaj-http" % "2.4.2"
lazy val munit = "org.scalameta" %% "munit" % "1.0.2"
lazy val commonsCsv = "org.apache.commons" % "commons-csv" % "1.11.0"
lazy val commonsCsv = "org.apache.commons" % "commons-csv" % "1.12.0"
lazy val slf4jNop = "org.slf4j" % "slf4j-nop" % "2.0.16"
}

0 comments on commit b7aaa32

Please sign in to comment.