Skip to content

Commit

Permalink
Less test, more compile
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristopherDavenport committed Sep 20, 2023
1 parent b5f7e0c commit d90d9a5
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ ThisBuild / tlBaseVersion := "0.5"
ThisBuild / organization := "io.github.jmcardon"

// scalaVersion := crossScalaVersions.value.last,
ThisBuild / crossScalaVersions := Seq("2.12.17", "2.13.10", "3.3.0")
ThisBuild / crossScalaVersions := Seq("2.12.18", "2.13.12", "3.3.0")

ThisBuild / licenses := Seq(License.MIT)

Expand Down
1 change: 0 additions & 1 deletion common/src/main/scala/tsec/common/package.scala
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ import java.nio.charset.StandardCharsets
import java.util.Base64

import cats.effect.Sync
import cats.evidence.Is
import org.apache.commons.codec.binary.{Hex, Base64 => AB64}

import scala.util.control.NoStackTrace
Expand Down
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ object Dependencies {
val scalaTestPlusV= "3.2.9.0" //https://github.com/scalatest/scalatestplus-scalacheck
val http4sV = "0.23.23" //https://github.com/http4s/http4s/releases
val scalacheckV = "1.15.4" //https://github.com/typelevel/scalacheck/releases
val commonsCodecV = "1.15" //https://github.com/apache/commons-codec/releases
val commonsCodecV = "1.16.0" //https://github.com/apache/commons-codec/releases
val fs2Version = "3.9.2" //https://github.com/functional-streams-for-scala/fs2/releases
val log4sV = "1.10.0" //https://github.com/Log4s/log4s
}
Expand Down
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ addSbtPlugin("org.typelevel" % "sbt-typelevel-ci-release" % "0.5.3")
addSbtPlugin("org.typelevel" % "sbt-typelevel-site" % "0.5.3")
addSbtPlugin("org.typelevel" % "sbt-typelevel-settings" % "0.5.3")
addSbtPlugin("pl.project13.scala" % "sbt-jmh" % "0.3.7")
addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.9.27")
addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.11.1")


// libraryDependencies ++= List(
Expand Down

0 comments on commit d90d9a5

Please sign in to comment.