Skip to content

Commit

Permalink
revert slf4j bump. Make scala 2.13 default scalaVersion (fixes projec…
Browse files Browse the repository at this point in the history
…t load in intellIJ)
  • Loading branch information
hughsimpson committed Mar 4, 2024
1 parent 6e2f5d3 commit 53bd15d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ lazy val `kamon-core` = (project in file("core/kamon-core"))
),
libraryDependencies ++= Seq(
"com.typesafe" % "config" % "1.4.3",
"org.slf4j" % "slf4j-api" % "2.0.12",
"org.slf4j" % "slf4j-api" % "1.7.36",
"org.hdrhistogram" % "HdrHistogram" % "2.1.9" % "provided,shaded",
"org.jctools" % "jctools-core" % "3.3.0" % "provided,shaded",
"com.oracle.substratevm" % "svm" % "19.2.1" % "provided"
Expand Down
2 changes: 1 addition & 1 deletion project/Build.scala
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ object BaseProject extends AutoPlugin {

private lazy val compilationSettings = Seq(
crossPaths := true,
scalaVersion := autoImport.`scala_2.12_version`,
scalaVersion := autoImport.`scala_2.13_version`,
crossScalaVersions := Seq(
autoImport.`scala_2.11_version`,
autoImport.`scala_2.12_version`,
Expand Down

0 comments on commit 53bd15d

Please sign in to comment.