Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
30 commits
Select commit Hold shift + click to select a range
b0aafc2
Update specs2-core to 4.16.1
scala-steward Jul 8, 2022
109109a
Update shapeless to 2.3.10
scala-steward Sep 13, 2022
539357c
Update sbt to 1.7.1
scala-steward Jul 12, 2022
d69d609
Update scala3-library to 3.1.3
scala-steward Jul 8, 2022
c6acf57
Update scala-library, scala-reflect to 2.12.16
scala-steward Jul 8, 2022
105d6be
Update sbt-sonatype to 3.9.13
scala-steward May 24, 2022
9000cd6
Merge branch 'master' into update/specs2-core-4.16.1
pgrandjean Oct 22, 2022
1fa3f80
Merge pull request #37 from scala-steward/update/specs2-core-4.16.1
pgrandjean Oct 22, 2022
1a079ab
Update sbt to 1.7.3
scala-steward Nov 5, 2022
96f6287
Update scala3-library to 3.2.2
scala-steward Jan 31, 2023
dfdd062
Update specs2-core to 4.20.0
scala-steward Apr 29, 2023
e2687c5
Update sbt to 1.8.3
scala-steward May 28, 2023
b39c62b
Update sbt-sonatype to 3.9.21
scala-steward May 28, 2023
3e4b165
Update sbt-pgp to 2.2.1 (#49)
scala-steward May 30, 2023
4b267a6
Update scala-library, scala-reflect to 2.13.10 (#42)
scala-steward May 30, 2023
5dca5af
Update scala-library, scala-reflect to 2.13.11
scala-steward Jun 9, 2023
9336d42
Update scala3-library to 3.3.0
scala-steward Jun 1, 2023
d9333bb
Update scala-library, scala-reflect to 2.12.18
scala-steward Jun 9, 2023
6602585
Merge branch 'master' into update/scala-library-2.13.11
pgrandjean Jul 4, 2023
58b990a
Merge pull request #64 from scala-steward/update/scala-library-2.13.11
pgrandjean Jul 4, 2023
c6b5184
Update sbt to 1.9.1
scala-steward Jun 30, 2023
cda0ebe
Update scala-library, scala-reflect to 2.13.12
scala-steward Sep 13, 2023
c6b9f7d
Update scala3-library to 3.3.1
scala-steward Sep 9, 2023
a430c2f
Merge branch 'master' into update/scala-library-2.13.12
pgrandjean Jan 14, 2024
848a544
Merge pull request #72 from scala-steward/update/scala-library-2.13.12
pgrandjean Jan 14, 2024
453723d
Update specs2-core to 4.20.3
scala-steward Nov 6, 2023
fdfeb7f
Update sbt-sonatype to 3.10.0
scala-steward Nov 18, 2023
ce6614c
Update sbt-release to 1.3.0
scala-steward Jan 13, 2024
48ab4cf
Update sbt to 1.9.8
scala-steward Jan 13, 2024
e3dbb2a
Update sbt-pgp to 2.3.1
scala-steward Dec 11, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions build.sbt
Original file line number Diff line number Diff line change
@@ -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"
Expand All @@ -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"
)
}
}
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.6.2
sbt.version = 1.9.8
6 changes: 3 additions & 3 deletions project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -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")
addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.10.0")
addSbtPlugin("com.github.sbt" % "sbt-pgp" % "2.3.1")