Skip to content

Commit

Permalink
Update versions in Sbt plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
lolgab committed Aug 22, 2024
1 parent a488182 commit d0b11e2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion sbt-plugin/project/build.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
sbt.version=1.8.2
sbt.version=1.10.1
2 changes: 1 addition & 1 deletion sbt-plugin/src/sbt-test/snunit-plugin/simple/build.sbt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
enablePlugins(ScalaNativePlugin)
enablePlugins(SNUnitPlugin)

scalaVersion := "3.3.0"
scalaVersion := "3.4.2"
snunitPort := 8085
snunitCurlCommand := Seq("sudo", "curl")
libraryDependencies += "com.github.lolgab" %%% "snunit" % snunitVersion
Expand Down
Original file line number Diff line number Diff line change
@@ -1 +1 @@
sbt.version=1.8.2
sbt.version=1.10.1

0 comments on commit d0b11e2

Please sign in to comment.