Skip to content

Commit fc52821

Browse files
authored
upgrade deps (#174)
1 parent 9ba08d9 commit fc52821

File tree

3 files changed

+5
-6
lines changed

3 files changed

+5
-6
lines changed

build.sbt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,8 @@ name := "scala-repl-pp-root"
22
publish/skip := true
33

44
ThisBuild / organization := "com.michaelpollmeier"
5-
ThisBuild / scalaVersion := "3.4.2"
5+
ThisBuild / scalaVersion := "3.4.3"
66

7-
lazy val ScalaCollectionCompatVersion = "2.11.0"
87
lazy val ScalaTestVersion = "3.2.18"
98

109
lazy val shadedLibs = project.in(file("shaded-libs"))

project/build.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
sbt.version=1.10.1
1+
sbt.version=1.10.5

project/plugins.sbt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
addSbtPlugin("com.github.sbt" % "sbt-native-packager" % "1.10.0")
2-
addSbtPlugin("io.shiftleft" % "sbt-ci-release-early" % "2.0.45")
3-
addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "2.1.1")
1+
addSbtPlugin("com.github.sbt" % "sbt-native-packager" % "1.10.4")
2+
addSbtPlugin("io.shiftleft" % "sbt-ci-release-early" % "2.0.48")
3+
addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "2.3.0")

0 commit comments

Comments
 (0)