Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
seblm committed Oct 6, 2024
1 parent 50f7649 commit e4c14e8
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ lazy val `sbt-jgiven-scalatest-reporter` = (project in file("."))
lazy val `jgiven-scalatest-reporter` = project
.settings(
commonSettings,
scalaVersion := "2.13.14",
scalaVersion := "2.13.15",
libraryDependencies += `jgiven-core`,
libraryDependencies += `jgiven-html5-report`,
libraryDependencies += `log4j-slf4j-impl`,
Expand All @@ -37,7 +37,7 @@ lazy val `jgiven-scalatest-reporter` = project
lazy val `json-scalatest-reporter` = project
.settings(
commonSettings,
scalaVersion := "2.13.14",
scalaVersion := "2.13.15",
libraryDependencies += gson,
libraryDependencies += `log4j-slf4j-impl`,
libraryDependencies += scalatest,
Expand Down
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ object Dependencies {
lazy val gson = "com.google.code.gson" % "gson" % "2.11.0"
lazy val `jgiven-core` = "com.tngtech.jgiven" % "jgiven-core" % jGivenVersion
lazy val `jgiven-html5-report` = "com.tngtech.jgiven" % "jgiven-html5-report" % jGivenVersion
lazy val `log4j-slf4j-impl` = "org.apache.logging.log4j" % "log4j-slf4j2-impl" % "2.23.1" % Test
lazy val `log4j-slf4j-impl` = "org.apache.logging.log4j" % "log4j-slf4j2-impl" % "2.24.1" % Test
lazy val scalatest = "org.scalatest" %% "scalatest" % "3.2.19"
lazy val `slf4j-api` = "org.slf4j" % "slf4j-api" % "2.0.16"

Expand Down
2 changes: 1 addition & 1 deletion project/build.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
sbt.version = 1.10.1
sbt.version = 1.10.2
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
addSbtPlugin("com.github.sbt" % "sbt-pgp" % "2.2.1")
addSbtPlugin("com.github.sbt" % "sbt-pgp" % "2.3.0")
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.2")
addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.11.3")
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
version := "0.1"
scalaVersion := "2.13.14"
scalaVersion := "2.13.15"
scalacOptions += "-deprecation"

import Dependencies._
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import sbt._

object Dependencies {

lazy val `log4j-slf4j-impl` = "org.apache.logging.log4j" % "log4j-slf4j2-impl" % "2.23.1"
lazy val `log4j-slf4j-impl` = "org.apache.logging.log4j" % "log4j-slf4j2-impl" % "2.24.1"
lazy val scalatest = "org.scalatest" %% "scalatest" % "3.2.19"

}
Original file line number Diff line number Diff line change
@@ -1 +1 @@
sbt.version = 1.10.1
sbt.version = 1.10.2

0 comments on commit e4c14e8

Please sign in to comment.