Skip to content

Commit

Permalink
⬆️ general dependency update (#114)
Browse files Browse the repository at this point in the history
  • Loading branch information
realstraw authored Sep 19, 2023
1 parent 683eed7 commit 048c864
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ val playJson = "com.typesafe.play" %% "play-json"
val akkaActor = "com.typesafe.akka" %% "akka-actor-typed" % akkaVersion
val akkaTestkit = "com.typesafe.akka" %% "akka-actor-testkit-typed" % akkaVersion % Test

val scalaTestArtifact = "org.scalatest" %% "scalatest" % "3.2.16" % Test
val scalaTestArtifact = "org.scalatest" %% "scalatest" % "3.2.17" % Test
val scalaPlusPlay = "org.scalatestplus.play" %% "scalatestplus-play" % "5.1.0" % Test
val logback = "ch.qos.logback" % "logback-classic" % "1.4.8"
val stubbornArtifact = "com.krux" %% "stubborn" % stubbornVersion
Expand All @@ -29,7 +29,7 @@ val prometheusHotSpot = "io.prometheus" % "simpleclient_hotspot"

lazy val commonSettings = Seq(
scalacOptions ++= Seq("-deprecation", "-feature", "-Xlint"), // , "-Xfatal-warnings"),
scalaVersion := "2.13.11",
scalaVersion := "2.13.12",
libraryDependencies += scalaTestArtifact,
organization := "com.salesforce.mce",
headerLicense := Some(HeaderLicense.Custom(
Expand Down
2 changes: 1 addition & 1 deletion version.sbt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
ThisBuild / version := "0.20.8"
ThisBuild / version := "0.20.9"

0 comments on commit 048c864

Please sign in to comment.