Skip to content

Commit

Permalink
Merge branch 'master' into update/sbt-pgp-2.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
darkfrog26 authored Feb 13, 2023
2 parents c21c767 + 749603a commit 0526293
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ ThisBuild / organization := "com.outr"
ThisBuild / version := "1.2.4"

ThisBuild / scalaVersion := "2.13.10"
ThisBuild / crossScalaVersions := List("2.13.10", "3.2.1")
ThisBuild / crossScalaVersions := List("2.13.10", "3.2.2")

ThisBuild / scalacOptions ++= Seq("-unchecked", "-deprecation")

Expand Down Expand Up @@ -35,7 +35,7 @@ lazy val root = project
"com.outr" %% "profig" % "3.4.5",
"de.mkammerer" % "argon2-jvm" % "2.11",
"commons-codec" % "commons-codec" % "1.15",
"org.scalatest" %% "scalatest" % "3.2.14" % "test"
"org.scalatest" %% "scalatest" % "3.2.15" % "test"
)
)

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.8.0
sbt.version=1.8.2
5 changes: 3 additions & 2 deletions project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.9.14")
addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.9.17")

addSbtPlugin("com.github.sbt" % "sbt-pgp" % "2.2.1")

addSbtPlugin("org.scalameta" % "sbt-mdoc" % "2.3.6" )
addSbtPlugin("org.scalameta" % "sbt-mdoc" % "2.3.7" )

0 comments on commit 0526293

Please sign in to comment.