Skip to content

Commit

Permalink
prep v2.13.4
Browse files Browse the repository at this point in the history
  • Loading branch information
pjfanning committed Sep 3, 2022
1 parent 3134117 commit 8f601e4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,15 @@ ThisBuild / scalaVersion := "2.13.8"

ThisBuild / crossScalaVersions := Seq("2.11.12", "2.12.15", "2.13.8")

val jacksonVersion = "2.13.3"
val jacksonVersion = "2.13.4"
val scalaReflectionVersion = "1.1.4"

resolvers ++= Resolver.sonatypeOssRepos("snapshots")
//resolvers ++= Resolver.sonatypeOssRepos("snapshots")

libraryDependencies ++= Seq(
"org.scala-lang" % "scala-reflect" % scalaVersion.value,
"com.fasterxml.jackson.core" % "jackson-databind" % jacksonVersion,
"com.fasterxml.jackson.module" %% "jackson-module-scala" % "2.13.3+27-8e264e75-SNAPSHOT",
"com.fasterxml.jackson.module" %% "jackson-module-scala" % jacksonVersion,
"org.slf4j" % "slf4j-api" % "1.7.36",
"org.scalatest" %% "scalatest" % "3.2.13" % Test,
"org.slf4j" % "slf4j-simple" % "1.7.36" % Test,
Expand Down

0 comments on commit 8f601e4

Please sign in to comment.