diff --git a/build.sbt b/build.sbt index 90d9021..5f13920 100644 --- a/build.sbt +++ b/build.sbt @@ -1,9 +1,9 @@ import java.util.regex.Pattern import sbt.Keys.scalacOptions -lazy val scala2_12 = "2.12.15" -lazy val scala2_13 = "2.13.8" -lazy val scala3 = "3.1.2" +lazy val scala2_12 = "2.12.18" +lazy val scala2_13 = "2.13.12" +lazy val scala3 = "3.3.1" name := "delightful-typeclasses" organization := "org.sweet-delights" @@ -26,13 +26,13 @@ libraryDependencies ++= { scalaBinaryVersion.value match { case "3" => Seq( - "org.specs2" %% "specs2-core" % "4.15.0" % "test" + "org.specs2" %% "specs2-core" % "4.20.3" % "test" ) case _ => Seq( "org.scala-lang" % "scala-reflect" % scalaVersion.value % Provided, - "com.chuusai" %% "shapeless" % "2.3.8", - "org.specs2" %% "specs2-core" % "4.15.0" % "test" + "com.chuusai" %% "shapeless" % "2.3.10", + "org.specs2" %% "specs2-core" % "4.20.3" % "test" ) } } diff --git a/project/build.properties b/project/build.properties index f6acff8..0aa5c39 100644 --- a/project/build.properties +++ b/project/build.properties @@ -1 +1 @@ -sbt.version = 1.6.2 +sbt.version = 1.9.8 diff --git a/project/plugins.sbt b/project/plugins.sbt index 125bf0e..3051704 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,5 +1,5 @@ addSbtPlugin("com.lucidchart" % "sbt-scalafmt" % "1.16") -addSbtPlugin("com.github.sbt" % "sbt-release" % "1.1.0") +addSbtPlugin("com.github.sbt" % "sbt-release" % "1.3.0") addSbtPlugin("org.scala-sbt" % "sbt-autoversion" % "1.0.0") -addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.9.12") -addSbtPlugin("com.github.sbt" % "sbt-pgp" % "2.1.2") \ No newline at end of file +addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.12.2") +addSbtPlugin("com.github.sbt" % "sbt-pgp" % "2.2.1") \ No newline at end of file